How to achieve smaller size of the executable?

前端 未结 8 1507
感情败类
感情败类 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:47

    • You can try using KOL (Key Objects Library is a set of objects to develop power (but small) 32 bit Windows GUI applications using Delphi but without VCL). KOL allows to create very compact Windows32 GUI applications (starting from ~11K without compression - if suggested system units replacement used). The most of code is converted to built-in assembler.

    • Another option is use a exe compressor like UPX.

提交回复
热议问题