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

How can I reduce the number of external files my program depends upon?

Stand-alone program

How can I reduce the number of external files my program depends upon?

by  2ffat  Posted    (Edited  )
To reduce the number of DLLs your program needs, you can stop using the dynamic RTL files and runtime packages. See "Why does my program call for borlndmm.dll and/or cp3245mt.dll?" FAQ on how to stop using RTL files.

To stop using runtime packages, you will need to go to your project or compiler options. Select the Packages tab and uncheck "Build with runtime packages." This will reduce the number of external DLL your program needs but will increase the size of the program.

Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top