Borland C++ 5.x question

Started by
3 comments, last by djsomers 22 years, 5 months ago
Is there any way in BC5 to create a standalone exe win32 gui application, everytime I make an exe and try to run it on a PC without BC5 installed I get a message "cannot find cw3220.dll " or something to that effect. What target options should I choose, etc. Thanx. djsomers
djsomers;)make it idiot proof and someone makes a better idiot!
Advertisement
Try
Project - Options - Linker
Check out Use dynamic RTL
Sorry, sorry
I dont read topic make a miss BCB with BC 5..
Sorry.
try with this:
Choose Project->Settings (Shift-Ctrl-F11)
On the "Linker" page uncheck "Use dynamic RTL"
On the "Packages" page uncheck "Build with Runtime packages"

game developer
try with this:
Choose Project->Settings (Shift-Ctrl-F11)
On the "Linker" page uncheck "Use dynamic RTL"
On the "Packages" page uncheck "Build with Runtime packages"

game developer

This topic is closed to new replies.

Advertisement