How to achieve smaller size of the executable?

前端 未结 8 1456
感情败类
感情败类 2020-12-05 08:41

Very recently I have come back to Delphi after a long pause and written a rather straightforward utility app my client requested to support an older release...

I kno

8条回答
  •  执笔经年
    2020-12-05 08:59

    Yes, but then you'd need to supply the other code units as additional files. Just as .net required the assembly, and you have VB runtimes etc., this is just the Delphi runtime - but it's embedded in the exe.

    Another option is to compress the executable, there are tools for that around.

提交回复
热议问题