QUOTE(WigBaM @ Jan 20 2006, 04:19 AM)
Hey,
I used to have my dll size around ~45kb. Yeterday it it was 46kb. Then something happened and today all I can get is 80kb, that's nearly twice.
I haven't messed with any project settings. But every dll I re-compile now gets its size doubled. I have installed Service Pack 6. It only added another 10kb on top, so now it's 91blink:
Any ideas where to look?
Are you using rebuild? Check the incremental linking settings. Also you could try deleting everything in the output folders, rebuild all misses some stuff. I'm sure you thought of this, but maybe you've added code, extra .libs or resources? Simply including a header can increase the size wildly, especially if it contains large templates.