| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Create smaller EXEs with Delphi 3
Delphi 3 can create reasonable smaller executables (*.EXE files) than Delphi 1/ 2.
Go to menu "Project | Options", select tab "Packages" and check the option "Build with runtime packages".
will not be compiled into the EXE file. Instead you will have to ship a *.DCP file.
This makes (only) sense if you have several applications using the same controls = the same *.DCP file.
Comments:
|