I can reduce the dev4 package by about 5MB; used "upx" (It's a source forge project app, "http://upx.sourceforge.net/")
I just went into the "bin" directory of "Dev-C++" and from command line typed "upx *". This could reduce the distributable setup app, possibly increasing it's use by easier availabilty.
Just thought it was interesting to share for possible utilization.
"upx" usually pack executables by at least 40 percent and is avaliable for "exe", "dll" and linux binaries as well as others.
Nhan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can reduce the dev4 package by about 5MB; used "upx" (It's a source forge project app, "http://upx.sourceforge.net/")
I just went into the "bin" directory of "Dev-C++" and from command line typed "upx *". This could reduce the distributable setup app, possibly increasing it's use by easier availabilty.
Just thought it was interesting to share for possible utilization.
"upx" usually pack executables by at least 40 percent and is avaliable for "exe", "dll" and linux binaries as well as others.
Nhan