Author: Embarcadero USA
Question: |
How do I create a stand-alone application, i.e. one that does not require external DLL or BPL files? |
Answer: |
There are two project options relevant to this problem. Making the following changes will cause Borland packages and the C++ runtime library to be compiled into your executable file:
Note: 3rd party C++ libraries are not affected by these settings. ActiveX controls used by the application must always be deployed in a separate file.
|
Article originally contributed by Vincent Drake