visual c++ 4.2 & 5.0 
Author Message
 visual c++ 4.2 & 5.0

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.



Wed, 16 Aug 2000 03:00:00 GMT  
 visual c++ 4.2 & 5.0

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



Quote:
> 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.



Thu, 17 Aug 2000 03:00:00 GMT  
 visual c++ 4.2 & 5.0

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.



Tue, 22 Aug 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

2. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

3. Visual C++ 5.0 -vs- 4.2

4. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

5. Visual C++ 4.2 or 5.0? MFC or JFC

6. US-TX-DFW DALLAS SOFTWARE DEVELOPERS - Visual C++ 5.0 / MFC 4.2

7. Using Oracle Programmer 2000 with Microsoft Visual C++ 4.2 or 5.0

8. *** Visual C++ 4.2, 5.0, ActiveX VS Java?? ***

9. Visual C++ 4.2 or 5.0? MFC or JFC

10. Compiler Integration :: Visual C++ 4.2 with C++ builder

11. C++ and Visual C++ 4.2

12. Visual SourceSafe 5.0 constantly updating from VC++ 4.2

 

 
Powered by phpBB® Forum Software