Borland C ++ Builder FAQ
The content The last update: 12/12/2008

How to me to make, that at transfer of the exe-file created in a C ++ Builder, on other computer where the C ++ Builder is not installed, this file worked?

The author: OlegGG
The initial link: - - -

Disconnect in project adjustments:
  • Project-> Options-> Linker-> Use dynamic RTL
  • Project-> Options-> Packages-> Build with runtime packages

 Comment: the Size исполнимого a file created by the compiler, thus increases, and requirements to system resources - decrease.

Another matter if in the program it is used BDE. In this case, ИМХО, a variant creation of the installer by means of specialized programs among which it is possible to name, for example, InstallShield Express, Wise InstallMaster, Veritas WinInstall or InnoSetup is optimal.
Though it is possible to select simply libraries BDE and to copy them in a program directory, but it can and not earn.