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

Last reviewed: July 22, 1997
Article ID: Q111883
1.00 WINDOWS kbsetup

The information in this article applies to:

  • Microsoft Visual C++ for Windows, 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:

   ARTICLE-ID: Q102835
   TITLE     : 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 Dialog Editor (DLGEDIT.EXE) and Image Editor (IMAGEDIT.EXE) are not included. The functionality of both of these tools 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 reference words: kbinf 1.00
KBCategory: kbsetup
KBSubcategory: vc10setup
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.