executable file size
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 22
- Joined: 23.11.2005, 09:19
executable file size
At this moment my project's .exe file size is about 5 MB (!!!). I need to minimize this. Are there any compiler directive in ZeOS, which turns off some database engines ? (I need only MySQL and Firebird)
(sorry for my baaaaad English )
(sorry for my baaaaad English )
-
- Fresh Boarder
- Posts: 22
- Joined: 23.11.2005, 09:19
If you are talking about exe compression progs. See here for a discussion and a useful utility: http://www.jrsoftware.org/striprlc.php
Regards,
Ben
Regards,
Ben
-
- Fresh Boarder
- Posts: 22
- Joined: 23.11.2005, 09:19
To reduce the size (final size approx. 30-40 of the original) I use both StripReloc and UPX. Never had any problems.
Another method to reduce the EXEsize is to drop some units in the "uses" part of the code - usually when the project goes on, units tend to accumulate with the adding of new components, but when you remove those components, the units doesn't delete.
Another method to reduce the EXEsize is to drop some units in the "uses" part of the code - usually when the project goes on, units tend to accumulate with the adding of new components, but when you remove those components, the units doesn't delete.