Delphi XE3 EXE file size 25 times larger than Dephi 7 -


as test decided create simple "hello world" app in delphi using delphi 4, 5, 6, 7, 2005, 2010 , xe3. app nothing more tform, tbutton onclick event calls showmessage('hello world').

below results of each final exe debugging turned off:

file sizes of exes

can explain why xe3 version 26 times larger average of previous versions of delphi?

here project settings xe3:

settings 1

settings 2

you may have done compile after changing 'release' configuration. try rebuild (not recompile). activate release configuration on executable, , perhaps smaller file size.

for me (delphi xe2), size reported windows same app (release configuration) is:

1.52 mb (1,600,512 bytes)


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -