I am running a simple program dealing with an Animal class. I have the program working (no errors and no warnings); however, when I run the program I get the following error:
------------------------------------------------------------------
debug error
program: D:\temdebug\temp.exe
damage: after normal block (#42) at 0x007E0580
press retry to debug the application
------------------------------------------------------------------
When I press retry instaed of abort, the program terminates from an illegal operation.
------------------------------------------------------------------
When I attempt to debug the error, it opens a file in:
\vc98\crt\src\dbgheap.c
more specifically, it points to a line in the file that states:
(byte *) pbdata(phead))
------------------------------------------------------------------
Can anyone explain what this means and why it happens. I am attaching only the main file (the program has 3 files) because I do not know how to attach all 3.
Thanks for any help that you can provide. I am not a C++ guru, so please explain without getting fancy.
Thanks again,
Alan



LinkBack URL
About LinkBacks


