PRB: "Could not Load Debugee, Windows is Out of memory (1)"Last reviewed: July 22, 1997Article ID: Q113969 |
1.50
WINDOWS
kbinterop kbfile kbprb
The information in this article applies to:
SYMPTOMSThe integrated debugger in Visual C++ 1.50 uses a DLL (TLW0NCL.DLL) that is unecessarily allocated in low memory (below one meg) and fixed there. This uses a valuable system resource that should be available for other applications. The most common behavior is the appearance of a message box containing this error message:
Could not load debugee. Windows is Out of Memory (1)This occurs when trying to run an application in the Visual Workbench debugger. One reason this can occur is because all of the memory below one megabyte is full. Typically, this will happen when many drivers are loaded, such as network or SCSI drivers.
RESOLUTIONMicrosoft has released a patch to Visual C++ 1.5 which will allow the DLL for the debugger to load where Windows has room. This patch will modify the Visual Workbench 1.50, the new one will be version 1.50.01. VC1501.EXE can be downloaded as a self-extracting file from the Microsoft Software Library (MSL) on the following services:
OutputDebugString and Workbench and patchThis patch should only be applied when one of these problems is specifically encountered. These are the only two changes to Visual C++, version 1.5.
|
Additional reference words: 1.50 GPF
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |