Hi,
Need help trying to debug my program. I'm using visual stuidio.net C++ on Windows. I'm getting a debug error:
HEAP CORRUPTION DETECTED:before Normal block (#46769) at 0x07D636C0. CRT detected that the application wrote to memory before start of heap buffer.
I've tried looking at it in debug mode, but it makes no sense. When I search the internet, everything seems to refer to writing to memory after the start of heap buffer instead of before. How do I go about learning to interpret this and figure it out?
Thanks
James
Need help trying to debug my program. I'm using visual stuidio.net C++ on Windows. I'm getting a debug error:
HEAP CORRUPTION DETECTED:before Normal block (#46769) at 0x07D636C0. CRT detected that the application wrote to memory before start of heap buffer.
I've tried looking at it in debug mode, but it makes no sense. When I search the internet, everything seems to refer to writing to memory after the start of heap buffer instead of before. How do I go about learning to interpret this and figure it out?
Thanks
James