Board index » cppbuilder » Compiling ?

Compiling ?


2003-11-09 01:42:09 PM
cppbuilder23
With Builder 6, what option seetings do I need to make to ensure that the resultant EXE is a stand-alone package without requireing additional DLLs to be present ?
Pete
 
 

Re:Compiling ?

"Pete Moscatt" < XXXX@XXXXX.COM >wrote in message
Quote
With Builder 6, what option seetings do I need to make to ensure
that the resultant EXE is a stand-alone package without requireing
additional DLLs to be present ?
Project | Options | Linker
disable "Use Dynamic RTL"
Project | Options | Packages
disable "Build with Runtime Packages"
Gambit