Obtaining Visual C++ 2.0 Run-Time Library Source Code

ID: Q123464


The information in this article applies to:
  • The C Run-Time (CRT), used with:
    • Microsoft Visual C++, 32-bit Editions, version 2.0


SUMMARY

The source code for the C/C++ run-time library for Visual C++ version 2.0 is available to customers for informational and debugging purposes in a self-extracting file named VC20CtrL.exe. This release is for the x86 platform only.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:


VC20Ctrl.exe

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

IMPORTANT: How to Extract the Source Code from VC20CtrL.exe

Once you obtain VC20CRTL.EXE, run it using the -D option to extract the source code and set up the correct directory structure:

   VC20CtrL.exe -D 
You need to use the -D option because VC20CtrL.exe contains several hundred files. The -D option sets up the directory structure for the sources. If you do not use the -D option, you will run into problems attempting to build libraries from the source.

You need approximately four megabytes of disk space to hold VC20CtrL.exe and all the files it contains. You'll need over 20 megabytes of disk space to rebuild the run-time libraries from the source code. For more details on building the sources, as well as other notes, please refer to the README.TXT file included with the release.

Additional query words: kbinf runtime kbfile CRT

Keywords : kbfile kbsample kbCRT kbVC kbVC200
Version : winnt:2.0
Platform : winnt
Issue type :


Last Reviewed: December 15, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.