Re: How to produce one ".exe" lower ?
- Posted by jeremy (admin) Oct 06, 2011
- 1289 views
sergelli said...
Now, I used Watcom + EU4 + win32Lib to produce "myProg.exe", now the size was 2,300 Kb
euc -con myProg.exw
So, the result is too large file, if compared with the results obtained with Eu311 (417 Kb).
That does not seem a step backwards?
What is it translated with 3.1.1?
As for 2,300kb, that wouldn't concern me at all with todays computers. However, I wonder if some things are not being stripped properly from the executable. Something else you may wish to do is use upx if you are concerned about file size.
Is 2,300kb a problem for you? If so, why?
Jeremy