need help to reduce program size Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
kingsz1
In need of some credit
In need of some credit
Posts: 3
Joined: Fri Apr 07, 2006 9:42 pm

need help to reduce program size

Post by kingsz1 »

Hi, Good day.
I installed the wxDev-C++ and follow NinjaNL's simple beginners tutorial http://forums.wxwidgets.org/viewtopic.php?t=1006, after compiled it, its size was about 3MB. This is a simplke and small program but has a big size. Is it possible to reduce its size to as small as possible?
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Post by tbreina »

Everybody's got something to hide except for me and my monkey.
emarti
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 210
Joined: Sat May 07, 2005 8:24 pm
Location: Eskisehir, TURKEY
Contact:

Post by emarti »

ALternatives:
1. Change your compiler. If you say NO, go to 2.
2. You must use exe compress like upx or aspack etc.

http://upx.sourceforge.net

3. create your dll library.
- T U R K E Y ?
- I love this country!

WebSites:
http://mebt.sourceforge.net/
http://wxquran.sourceforge.net/
Post Reply