This topic contains a list of new MFC and ATL features in Visual C++ 2005.
ATL/MFC Shared Classes
ATL
Breaking Changes
New Global Functions
New Symbols
New Methods
Deprecated Functions
Some ATL functions are now marked as _ATL_INSECURE_DEPRECATE, deprecated because of a security-related issue. You can use _ATL_SECURE_NO_WARNINGS to suppress the compiler warnings that will be generated when you use these functions.
Deprecated Global Functions
The following functions are obsolete in Visual C++ .NET 2002 and later, but are available for backward compatibility with projects created with previous versions of Visual C++.
ATL Server
MFC
Breaking Changes
MFC Windows Forms Support
GDI+ Shipped with Windows XP
New Methods
The following wrapper methods have been added to CDC:
The following method has been added to CStdioFile:
Deprecated Methods
Some MFC functions are now marked as _AFX_INSECURE_DEPRECATE, deprecated because of a security-related issue. You can use _AFX_SECURE_NO_WARNINGS to suppress the compiler warnings that will be generated when you use these functions.
See Also