Microsoft KB Archive/111755

From BetaArchive Wiki

VM.exe C/C++ Virtual Memory Run-Time Source Available

Q111755



The information in this article applies to:


  • Microsoft Visual C++, versions 1.0, 1.5





SUMMARY

VM.exe is a file that contains the source code for the Virtual Memory portion of the run-time library, which allows you to see all of the Virtual Memory functions included in Visual C++ versions 1.0 and 1.5.



MORE INFORMATION

The following files are available for download from the Microsoft Download Center:


VM.exe

For additional information about how to download Microsoft Support files, click the article number below to view the article in the Microsoft Knowledge Base:

Q119591 How to Obtain Microsoft Support Files from Online Services

Microsoft used the most current virus detection software available on the date of posting to scan this file for viruses. Once posted, the file is housed on secure servers that prevent any unauthorized changes to the file.



To extract the source code:


  1. Make a directory to put the code in and change to that directory:

          md VM <ENTER>
          cd VM <ENTER> 
  2. Copy VM.EXE into the above directory:

          copy c:\vm.exe c:\vm\vm.exe 
  3. Extract the library using the -d option. The -d option preserves the directory structure, which is required to build the library. Example:

          VM -d <ENTER> 
  4. Read the README.TXT file.

Additional query words: vmalloc vheapinit

Keywords : kbfile kb16bitonly kbVC100 kbVC150
Issue type :
Technology : kbVCsearch kbAudDeveloper kbvc150 kbvc100


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