(C++) Create a stand-alone executable in C++ Builder

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Create a stand-alone executable in C++ Builder

 

One of the C++ Builder FAQ's is how to create a stand-alone executable in C++ Builder.

 

It depends on the version of C++ Builder you work with.

 

 

 

 

 

C++ Builder 6.0

 

Do the following:

  • 'Project | Options'
  • In this menu, do '(Tab) Packages | Uncheck 'Build with runtime packages''
  • '(Tab) Linker | Uncheck 'Use dynamic RTL''

 

 

 

 

 

C++ Builder 2006

 

Do the following:

 

  • 'Project | Options'
  • In this menu, do 'Linker | Linking', uncheck 'Build with runtime packages'
  • 'Packages', uncheck 'Use dynamic RTL'