When my C++ aplication exits, it displays an error window with the message
DAMAGE: After Client Block (#73) at 0x00BA6E38
The debug window displays several messages like
memory check error at 0x00BA864C = 0x00, should be 0xFD
I assume I am overwriting memory. Is there some way to find out where in my code this is happening?
TIA
CaKiwi
After all is said and done, a lot more will have been said than done.
DAMAGE: After Client Block (#73) at 0x00BA6E38
The debug window displays several messages like
memory check error at 0x00BA864C = 0x00, should be 0xFD
I assume I am overwriting memory. Is there some way to find out where in my code this is happening?
TIA
CaKiwi
After all is said and done, a lot more will have been said than done.