--- mstools/mfc/readme.txt 2018/08/09 18:22:19 1.1.1.2 +++ mstools/mfc/readme.txt 2018/08/09 18:24:38 1.1.1.3 @@ -6,13 +6,6 @@ *** for Microsoft Windows (R) NT (tm) *** *********************************************************************** - BETA OCTOBER 1992 - -This is the Beta Release of the Microsoft (R) Foundation Classes for -Microsoft Windows NT. ENJOY! Release notes can be found at -the end of this file. - - ----------------------------------------------------------------------- This subdirectory contains the source code and example code for @@ -57,7 +50,7 @@ C++ classes offer the following features The Windows classes can be used in conjunction with all the standard Windows APIs and can easily incorporate existing Windows code. In addition, the MFC Windows classes provide a seamless migration to -the forthcoming 32-bit Windows API. +the 32-bit Windows API. General Purpose Classes @@ -95,10 +88,6 @@ Support for Windows 3.1 features addition, owner draw controls and bitmap buttons are provided. See TN014.TXT and the sample application CTRLTEST. - o To improve robustness, the Microsoft Foundation Class Library - fully supports the STRICT data types defined in the Windows 3.1 - interface file, WINDOWS.H. - o Common dialog operations are now supported with easily customized classes including CFileDialog (for both File Open and File Save As), CFindReplaceDialog (to implement modeless @@ -184,10 +173,10 @@ directory's contents. The following sub Documentation ------------- -The NT release of the MFC library ships with both on-line Quickhelp -documentation only. No MFC printed documentation is available with this -release, but the printed MFC documentation provided with the Microsoft -C/C++ 7.0 compiler can be used 'as-is'. +The NT release of the MFC library ships with both on-line WinHelp and +QuickHelp documentation only. No MFC printed documentation is available +with this release, but the printed MFC documentation provided with the +Microsoft C/C++ 7.0 compiler can be used 'as-is'. If you have any comments or suggestions regarding the Microsoft Foundation Classes, please let Microsoft know through the beta program @@ -218,13 +207,13 @@ CONSEQUENTIAL, OR INCIDENTAL DAMAGES REL Windows NT Release Notes: ------------------------- --- This beta release is a strict superset of the Microsoft C/C++ 7.0 release +-- This release is a strict superset of the Microsoft C/C++ 7.0 release of MFC. Any applications written for the MFC C++ Windows API will need only be recompiled using the 32 bit tools in this release in order to run in full 32 bit mode. For those familiar with MFC, you will note that the sample applications included in this release are - unchanged from the 16 bit release. This release of MFC can be used - interchangeably with the Microsoft C/C++ 7.0 release. + largely unchanged from the 16 bit release. This release of MFC can be + used interchangeably with the Microsoft C/C++ 7.0 release. SAMPLES ARE NT VERSION BY DEFAULT: The makefiles for the sample applications have been changed to build the NT VERSION BY DEFAULT. @@ -233,8 +222,8 @@ Windows NT Release Notes: -- In order to build the MFC sample applications you should have your environment set as follows: - set LIB=c:\mstools\lib;c:\mstools\mfc\lib - set INCLUDE=c:\mstools\h;c:\mstools\mfc\include + set LIB=c:\mstools\lib;c:\mstools\mfc\lib + set INCLUDE=c:\mstools\h;c:\mstools\mfc\include These may also be set on the NMAKE command lines if you wish. If your installation is on another drive or in another directory, then you should change c:\mstools accordingly. @@ -244,34 +233,12 @@ Windows NT Release Notes: -- Online documentation is available via WinHelp (MFC10WH.HLP) and is installed by the SDK setup in MSTOOLS\BIN. - Online documentation is also available via QuickHelp (QH.EXE). The .HLP - files are located on the CD-ROM in MSTOOLS\HELP\QH. You must copy - the help files and the QuickHelp application (QH.EXE) from the CD-ROM - to your target hard disk yourself -- the NT SDK setup program will not - install Quickhelp documentation. - --- This beta release of MFC does not include DLL support. - -- Do not use the /Zp switch for MFC applications. If you do some system calls may not work (such as COMMDLG). --- The COFF linker emits a warning when it does not extract any modules +-- The LINK32 linker emits a warning when it does not extract any modules from a .LIB. The MFC sample applications will emit this warning which can - be ignored. - --- Owner draw menu items do not work correctly; OnMeasureItem is not - called. This will be fixed. - --- You may experience problems printing with the sample applications that - print. - --- The MULTIPAD sample application currently has an inconsistency with the - way it maintains the file MRU menu items. This will be fixed. - --- The retail version of the MULTIPAD sample may fault on exit. This - will be fixed in a future release. - --- The MINSVRMI sample application may fault. This will be fixed. + be safely ignored. --- CListBox::FindStringExact and CComboBox::FindStringExact do not - work correctly. This will be fixed. +-- The Find Next feature on the MULTIPAD sample does not scroll the window + vertically.