MFC 3.2 shipped with Visual C++ 2.2 via the subscription in mid/late July. It is a 32-bit release. Includes a 2.52b 16-bit release update.
[here's an excerpt from the release notes]
Support for Windows Common Controls in USRDLLs. In order to use the MFC Windows Common Control classes you must link in the appropriate static libraries, as shown in the following table:
Library | Target |
DAFXCC.LIB | Release Version |
DAFXCCD.LIB | Debug Version |
DAFXCCU.LIB | Release Unicode Version |
DAFXCCUD.LIB | Debug Unicode Version |
Updated MFC Common Control classes that work with those controls that have been recently released in Windows NT 3.51 and those that will be available in Windows 95 and a future version of Win32s.
Improved common control documentation that is more complete and reflects changes since the first implementation.
New MFC sample applications
These samples are located in the SAMPLES\MFC directory of your Visual C++ installation.
Updated Win32 SDK Components
With the release of Windows NT 3.51 and the upcoming release of Windows 95, the Win32 SDK has been updated to support both of these operating systems. Changes include new header files, new import libraries, and additional documentation. Visual C++ 2.2 includes the latest header files, import libraries and Win32 API documentation to support writing Windows NT- and Windows 95-compatible applications.