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

ID: Q111755


The information in this article applies to:


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 file is available for download from the Microsoft Software Library:

~ VM.exe

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

Q119591 How to Obtain Microsoft Support Files from Online Services
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 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: July 27, 1999