HOWTO: Obtaining 16-bit Visual C++ Run-Time Library Source Code

Last reviewed: July 22, 1997
Article ID: Q153377

The information in this article applies to:

  • The C Run-time (CRT) included with: Microsoft Visual C++ for Windows, versions 1.0, 1.5, 1.51, 1.52

SUMMARY

The source code for the C/C++ run-time library for 16-bit versions of Visual C++ is available to customers for informational and debugging purposes in self-extracting files. Note that the Visual C++ versions listed at the beginning of this article all use the same run-time source code.

IMPORTANT: How to Extract the Source Code

Once you obtain the correct self-extracting files, run them using the -D option to extract the source code and set up the correct directory structure:

   VCCRT1.EXE -D
   VCCRT2.EXE -D

Each file contains roughly 1/2 the C/C++ run-time library source code. You will need to copy and extract both files. This will require approximately four megabytes of disk space. Several hundred files will be copied to your disk. For more information on using the source code, please refer to the README.TXT file included in the self-extracting files.

Source Code for the C/C++ Run-Time Library

Item ID    Filename       Description
S15176     VCCRT1.EXE     Source Code for C/C++ Version 1.x (part 1)
S15177     VCCRT2.EXE     Source Code for C/C++ Version 1.x (part 2)

The following files are available for download from the Microsoft Software Library:

 ~ Vccrt1.exe (size: 535933 bytes) 
 ~ Vccrt2.exe (size: 511013 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services


Additional reference words: run time runtime
Keywords : CRTIss kb16bitonly kbfile kbprg kbfile kbhowto kbprg
Version : 1.00 1.50 1.51 1.52
Platform : WINDOWS
Issue type : kbhowto
Resolution Type : kbfile


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.