Microsoft KB Archive/111883

From BetaArchive Wiki

Windows SDK Differences Between C/C++ 7.0 and VC++ 1.0

Q111883



The information in this article applies to:


  • Microsoft Visual C++, version 1.0





SUMMARY

This article describes which components of the Microsoft Windows 3.1 Software Development Kit (SDK) were included with C/C++ 7.0 that are not included with the Professional Edition of Visual C++ 1.0. For a description of differences between the Professional and Standard Editions of Visual C++, please see the following article(s) in the Microsoft Knowledge Base:

Q102835 VC++ 1.0 Standard vs. Professional Editions



MORE INFORMATION

The Professional Edition of Visual C++ includes everything from the SDK that shipped with C/C++ version 7.0, with the following exceptions:


  • The Image Editor (IMAGEDIT.EXE) is not included. The functionality of thi tool is provided by App Studio in Visual C++.
  • CodeView for Windows (CVW) version 3.07 is not included. An updated version of CVW, version 4.1, is shipped with Visual C++.
  • The LIBENTRY.ASM and LIBENTRY.OBJ files used for building dynamic-link libraries (DLLs) are not included. Code that provides the same functionality is included in the Visual C++ DLL (dynamic-link library) run-time library. This is mentioned in the README.WRI file shipped with Visual C++.
  • None of the SDK help files in QuickHelp format are included because QuickHelp (QH.EXE) is not shipped with Visual C++. All of the SDK help files are included in WinHelp format.
  • The Setup Toolkit is not included.
  • The RAINBOW sample is not included although it is described in the online help for the SDK samples. This is mentioned in the README.WRI file shipped with Visual C++.
  • The following text files are not included:


    • README.SDK
    • WINDOWS.TXT
    • ROBUST.TXT
    • WINDOWSX.TXT

The information from some of these files is incorporated into the online help provided with Visual C++.

Additional query words: kbinf 1.00

Keywords : kb16bitonly
Issue type :
Technology : kbVCsearch kbAudDeveloper kbvc100


Last Reviewed: May 6, 2001
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.