Debugging HeapReAlloc failure using GetExceptionCode
Posted
by Becky Franklin
on Stack Overflow
See other posts from Stack Overflow
or by Becky Franklin
Published on 2010-04-15T14:12:21Z
Indexed on
2010/04/15
14:23 UTC
Read the original article
Hit count: 431
Hey folks,
Been messing about with this all day and haven't got anywhere so I'm hoping someone can help me - I have a HeapReAlloc method failing with the error ACCESS_VIOLATION, but I'm unsure how to implement a further check using GetExceptionCode as it uses try/catch or exception or something - can someone give me a quick example of how I can use it to narrow down this failure, please?
Thanks very much, Becky
© Stack Overflow or respective owner