Size of exe grows

  • Thread starter Thread starter Henke
  • Start date Start date
H

Henke

Hi
I have a quite small application (20 dialogs, a data access layer, a
business logic layer, 1 crystal report). When this app is compiled the size
of the exe becomes about 400 kB.
Now I have added maybe 2 more dialogs and 8 more crystal reports. When I
compiled the new application the size of the exe became 16 MB.
Is there any way too check what makes the exe that big? Or are there any
other things that can be done to reduce the size of the exe?

Thanks in advance!
/Henke
 
any embedded resources unintentionally added? if so, you could put them
outside of the exe
 
It looks like it's my Crystal-files, all new ones are from 1.5MB to 3MB
each. I think I'll have to post this in an other news group.

Thanks Joep!

/Henke
 
Back
Top