Delphi XE3 EXE file size 25 times larger than Dephi 7

后端 未结 4 1074
面向向阳花
面向向阳花 2020-12-24 15:00

As a test I decided to create a simple \"Hello world\" app in Delphi using Delphi 4, 5, 6, 7, 2005, 2010 and XE3. The app is nothing more than a TForm, a TButton with an On

4条回答
  •  春和景丽
    2020-12-24 15:34

    Just put these lines in your .dpr file, it reduces exe size by 20%

    uses Windows,

    {$O+} {$SetPEFlags IMAGE_FILE_RELOCS_STRIPPED}

提交回复
热议问题