HOWTO: Obtaining 16-bit Visual C++ Run-Time Library Source CodeLast reviewed: July 22, 1997Article ID: Q153377 |
The information in this article applies to:
SUMMARYThe 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 CodeOnce 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 -DEach 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |