What Can I Do To Reduce My Executable's Size (Delphi)?

前端 未结 15 1929
野趣味
野趣味 2020-11-30 07:36

I release a single executable (.EXE) for a desktop program using Delphi 2009. I have no external DLLs or resources that I need for the program to run.

I use two comp

15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 08:05

    If you don't want to use an exe compressor then you should give StripReloc a try.

提交回复
热议问题