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:
can explain why xe3 version 26 times larger average of previous versions of delphi?
here project settings xe3:
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
Post a Comment