Hi,
I had this problem when I applied SP3 to VC++. Normal Release compile wnt
from 734k to 1.4M.
Turned off incremental linking for the release build, and built Rebuild All.
All returned to normal. Gave me a fright though.
Shane Hyde
Trontech Pty Ltd
Quote:
>Lots of stuff to check, but generally when I see such a big difference in
>size, I ask...are you compiling both in DEBUG or RELEASE?
>My own programs blow up to 1M size when I do debug compiles and shrink to
>around 300k in release compiles.
>Fernando
>> I complied same source with vc++ 4.2 and 5.0 in same build option.
>> ( I use dll by static link )
>> But execution file's size are different.
>> With 4.2 , size is about 1Mbyte.
>> With 5.0 , size is about 230k.
>> How do U think about it???
>> plz help me.