joeGrammar
Programmer
I'm building a gigantic program(prolly 500000 lines) and I'm performing a trace of the steps. Apparently the program works fine, but as it is exiting I'm getting this message
Debug Assertion Failed.
File dbgheap.c
Line: 1076
Expression: _pFirstBlock == pHead
I know this is probably a memory thing, but does anyone have any experience dealing specifically with this type of message? Thanks doodes
Debug Assertion Failed.
File dbgheap.c
Line: 1076
Expression: _pFirstBlock == pHead
I know this is probably a memory thing, but does anyone have any experience dealing specifically with this type of message? Thanks doodes