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!

Static Linking

Status
Not open for further replies.

SLider3

Programmer
Jun 17, 2003
56
PT
When I compile a programme with Borland C++ it creats a exctutable. But this executable needs other files to work (like vcl60.bpl, vclx60.bpl, etc). How can I make a executable that don't need any other file to work?

PS: I saw something about Static linking but I don't know how to do it. Please help me :)
 
Don't worry.
Nowadays your problem is very easy to solve.
just go to project|options, and uncheck the "build with runtime packages", and in the linker page uncheck the RTTI too.

2ffat wrote a FAQ about this, you can check it here


<strong>---LastCyborg---</strong>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top