PDA

View Full Version : Question On ressources Optimization


Martin_SBT
04-28-2004, 09:15 AM
I am scratching my head on that one!

my project is distributed in a single exe file. I decided to optimize it so i removed the Progress bar in it (the APO file is about 700 kb). After doing so and recompiled my project the differences in size is only about 200 Kb. Any idea why is that? I used also the Optimize ressource function in AMS but there is nothing left that can be removed. Anything else that can be removed in my project? What objects others than plugins can increase the size of my exe file?


thanks

Martin

Adam
04-28-2004, 02:57 PM
Martin,

The single file exe is compressed so if the 700k file compressed well then that could make up the other 500k that you are looking for. As far as size goes these are things that will increase the file size:

Images, buttons, video, flash, html, ect...

Basically all the content in your project add to the file size. The runtime size does not change. The .ccd file is where your project specific non media information is stored but there is not very much room to budge on this.

I hope that this helps.

Adam Kapilik