Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stand-a-lone Program 1

Status
Not open for further replies.

rigg

MIS
Jun 16, 1999
3
AU
I wrote a program with C++ Builder 3 on my WIN95 system and once compilled it wont run as a<br>
stand-a-lone program on another PC. My program works well from within the C++ Builder application. It is asking for certain *.dll files when run on another PC, ie cp3420mt.dll, borlndmt.dll etc. I compilled my project under the menu selection, Project-Build All Projects. Does anyone have any solutions how to combine the *.dll files during compilling time?
 
To get rid of the dll's needed do the following:<br>
In Project/Options/Linker uncheck the "Use dynamic RTL" checkbox, In Project/Options/Linker uncheck the "Build with runtime packages" option.<br>
Rebuild the project.<br>
This results in one single exe file, nice huh !<br>
<br>
/Sjobba
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top