When this situation happens, I can launch the app again and sometimes the
error happens again, and sometimes it starts working. Once the call
succeedes, normally after a few retries) it will not fail again (during my
test session).
Any ideas how to prevent the call from failing, or why it happens?
Suspect a coding bug - an uninitialised variable perhaps?
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
"Pieter" <msn...@insanegenius.com> wrote in message
news:#ugKw1aQ...@TK2MSFTNGP12.phx.gbl...
The problem only happens SOMETIMES, not always.
I would specifically like to know what conditions would cause the
ERROR_NOT_ENOUGH_MEMORY error.
Pieter
"arkadyf" <ark...@hotmail.com> wrote in message
news:uj6MQjfQ...@TK2MSFTNGP12.phx.gbl...
Hard to say without seeing the machine in question
and the contition under which the program is run.
I would suspect those API are likely to fail if the target process is
out-of-commit,
of if you lack the debug privilege for non-owned processes.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Pieter" <msn...@insanegenius.com> wrote in message
news:e#81FtPR...@TK2MSFTNGP11.phx.gbl...