PRB: One Cause of Fatal Exit 0x0140 "Local Heap Is Busy"Last reviewed: July 23, 1997Article ID: Q75359 |
3.00 3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSThe debugging version of Windows reports Fatal Exit 0x0140.
CAUSEA module with no heap (such as a no-data dynamic-link library) uses LocalAlloc to allocate local memory. Even if the application does not call LocalAlloc directly, application startup code in the C run-time libraries allocates memory to store the command-line arguments.
RESOLUTIONMake sure that the proper library is specified on the LINK command line.
|
Additional reference words: 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |