Hi All,
I'm compiling my project under Windows (VS7.1 2003) and for some
strange reason I keep getting those errors when debugging:
Debug assertion failed
File: dbgheap.c
Line: 1132
Jumping to the position indicated I see:
/*
* If this ASSERT fails, a bad pointer has been passed in. It may be
* totally bogus, or it may have been allocated from another heap.
* The pointer MUST come from the 'local' heap.
*/
_ASSERTE(_CrtIsValidHeapPointer(pUserData));
Is it really error? Maybe I am doing something wrong? Or maybe is it
just something not to worry about? Thanks in advance for any ideas.