Bug fixes between versions of Visual C++ libraries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am looking for a list of bug fixes between MFC 6.0 and MFC 7.0 and MFC 7.1
and bug fixes between ATL 3.0, 7.0 and 7.1. When I developed using the Sun
C++ compiler there was a set of release notes that identified bug fixs and
known issues. I cannot find a similar thing for MFC or ATL. Is there such a
thing, and if there is where do I find it?

Thanks

Tuckers
 
Tuckers said:
Hi,

I am looking for a list of bug fixes between MFC 6.0 and MFC 7.0 and
MFC 7.1 and bug fixes between ATL 3.0, 7.0 and 7.1. When I developed
using the Sun C++ compiler there was a set of release notes that
identified bug fixs and known issues. I cannot find a similar thing
for MFC or ATL. Is there such a thing, and if there is where do I
find it?

Lists of fixed bugs are generally hard to find (unfortunately). Each
release does come out with a "what's new in..." set of documentation which
lists major new features and may include some bug fixes:

For VC7:
http://msdn.microsoft.com/library/d...ore/html/vcrefWhatsNewForVisualCVersion70.asp

For VC7.1:
http://msdn.microsoft.com/library/d...vcedit/html/vcoriwhatsnewinvisualcnet2003.asp

For VC8:
http://msdn2.microsoft.com/en-us/library/bw65k95a(en-US,VS.80).aspx

HTH

-cd
 
Back
Top