Microsoft C/C++ Virtual Memory Run-Time Source Available

Last reviewed: July 18, 1997
Article ID: Q111755
1.00 1.50 WINDOWS kbother kbfile

The information in this article applies to:

  • Microsoft Visual C++ for Windows, versions 1.0 and 1.5

SUMMARY

The source code for the Virtual Memory portion of the run-time library allows you to see all of the Virtual Memory functions that are included in Visual C++ versions 1.0 and 1.5. This source code is available as a self- extracting file called VM.EXE.

MORE INFORMATION

You can acquire VM.EXE by downloading the Microsoft Visual C++ Virtual Memory source code from the Microsoft Download Service (MSDL) by calling (206) 936-MSDL.

For additional information on using the MSDL, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q85774
   TITLE     : Instructions for Using the Microsoft Download Service (MSDL)

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 reference words: kbinf 1.00 1.50 vmalloc vheapinit
KBCategory: kbother kbfile
KBSubcategory: VirtualMem
Keywords : kb16bitonly VirtualMem kbfile kbother
Version : 1.00 1.50
Platform : WINDOWS


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 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.