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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I "Release" my program?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
when i go into "Program Options" i press the "Release" button in "Compiler", and unmark the "Build with runtime packages" checkbox in "Packages, but still when I try running my program on a computer that doesn't have Borland C++ i always get an error saying that some Borland file is missing.. can someone help ? :)
 
Look at faq101-187, faq101-188, faq101-189. James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
goto Program Options->packages->Build with runtime packages, and uncheck it.
then goto Program Options->Linker->Use dynamic RTL and uncheck it also. The release has nothing to do with it. If you uncheck those two options, that will do it. Cyprus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top