Microsoft KB Archive/111755: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(3 intermediate revisions by the same user not shown)
Line 36: Line 36:
For additional information about how to download Microsoft Support files, click the article number below to view the article in the Microsoft Knowledge Base:
For additional information about how to download Microsoft Support files, click the article number below to view the article in the Microsoft Knowledge Base:


<blockquote>[[mk:@MSITStore:KBMisc.chm::/Source/zMiscellaneous/q119591|Q119591]] How to Obtain Microsoft Support Files from Online Services</blockquote>
<blockquote>[[../119591|Q119591]] How to Obtain Microsoft Support Files from Online Services</blockquote>
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.<br />
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.<br />
<br />
<br />
Line 47: Line 47:
<ol>
<ol>
<li><p>Make a directory to put the code in and change to that directory:</p>
<li><p>Make a directory to put the code in and change to that directory:</p>
<pre class="CODESAMP">      md VM &lt;ENTER&gt;
<pre class="CODESAMP">      md VM <ENTER>
       cd VM &lt;ENTER&gt; </pre></li>
       cd VM <ENTER> </pre></li>
<li><p>Copy VM.EXE into the above directory:</p>
<li><p>Copy VM.EXE into the above directory:</p>
<pre class="CODESAMP">      copy c:\vm.exe c:\vm\vm.exe </pre></li>
<pre class="CODESAMP">      copy c:\vm.exe c:\vm\vm.exe </pre></li>
<li><p>Extract the library using the -d option. The -d option preserves the directory structure, which is required to build the library. Example:</p>
<li><p>Extract the library using the -d option. The -d option preserves the directory structure, which is required to build the library. Example:</p>
<pre class="CODESAMP">      VM -d &lt;ENTER&gt; </pre></li>
<pre class="CODESAMP">      VM -d <ENTER> </pre></li>
<li>Read the README.TXT file.</li></ol>
<li>Read the README.TXT file.</li></ol>



Latest revision as of 17:47, 20 July 2020

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.