Visual C++ for Windows Conventional Memory RequirementsLast reviewed: July 17, 1997Article ID: Q102156 |
1.00
WINDOWS
kbtool
The information in this article applies to:
During the compilation process, the fast and optimizing compilers each require approximately 300K of MS-DOS conventional memory (addressed below 640K). The actual memory requirements can vary slightly. To compile a larger application, such as an application that uses the Microsoft Foundation Class Library, 400K conventional memory is recommended. To determine the amount of available conventional memory, use the MEM or CHKDSK utilities to determine the size of the largest executable program. If this value is less than the recommended value, Visual C++ may generate one of the following messages:
error C1060: compiler is out of far heap space error C1700: fast compiler is out of far heap spaceThe compilers require conventional memory for the following reasons:
|
Additional reference words: kbinf 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |