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

前端 未结 15 1935
野趣味
野趣味 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:12

    Since D2010 adds extended RTTI, and RTTI is a notorious factor in increasing exe size, it would be interesting to see how big D2009 binaries are for that application.

    If D2009 binaries are significantly smaller, it is not Unicode etc. For my own binaries, I only have a 30% increase or so going from D7 to D2009.

提交回复
热议问题