Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

(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''

* Then do '(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'

* Then do 'Packages', uncheck 'Use dynamic RTL'

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.