Im a newbie at this, any help please ?
speech
regards
odyssey
"speech" <spe...@dl.com.tw> wrote in message
news:3a8bdb21...@news.iinet.net.au...
odyssey schrieb:
>
> eh i'm searching for a bit of the same thing. i can't make even a compiled
> blank form .exe run alone with eigher of Build with RTL tunrned on or off.
Don't have BCB currently at hand, but you need to handle *TWO*
checkboxes in the project options. RTLs and packages ?
--
Andreas
If the whole world is a stage, where does the
audience sit?
Thank you,
Neil P.
"Andreas Koch" <ak...@rbg.informatik.tu-darmstadt.de> wrote in message
news:3A9444FC...@rbg.informatik.tu-darmstadt.de...
"Neil P." schrieb:
>
> I believe your right odyssey, it has something to do with the option RTL
> and Build with runtime packages, I know that if I try it in the development
> system, my application works well, but in an execution with codeguard
> enabled, forget it....no go....
I guess you additionally must not use codeguard, and not ActiveX
controls, to make it shipable without additional DLLs.
"Andreas Koch" <ak...@rbg.informatik.tu-darmstadt.de> wrote in message
news:3A9538C3...@rbg.informatik.tu-darmstadt.de...
1. Unmark Project->Options->Packages->Build with
runtime packages
2. Unmark Project->Options->Linker-> Use Dynamic RTL
And done. Then it makes more sence that the program was bigger (but when i
tried that i didn't notice the "Use dynamic rtl")
odyssey schrieb:
>
> yes, but remember i'm compiling a completely BLANK form, so only the very
> nesesary dll's should be needed.
> and yes both of the boxes are enabled - how come i have such problem?
They have to be DISABLED (unchecked) ..
Build with runtime libraries = leave stuff in external libraries which
need to be present