The information in this article applies to:
SYMPTOMSAn attempt to run an application fails and the following message appears on the screen:
CAUSEAfter the application loads into memory, this error occurs when the application is unable to load a copy of the environment and the argument list into the near heap. RESOLUTION
To work around this problem, perform one of the following four
steps:
-or- -or- -or- MORE INFORMATION
In an application developed in standard Microsoft C, the _setargv()
and _setenvp() functions attempt to set up the argument vector and the
environment vector, respectively. Each of these vectors is allocated
from the near heap. In the near heap is full, or nearly full, the
functions are unable to set up the vectors and the R6009 run-time
error occurs.
Sample Code
Additional query words: 4.00 4.01 4.10 5.00 5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |