These two statements were never in my de{*filter*} output when I was using NT4(sp6).
I'm currently using Windows 2000 sp1 with Visual Studio 6.0 sp5Do you think this
is an error?
HEAP[sample1.exe]: Heap block at 00153BB0 modified at 00153DEA past
requested size of 232
HEAP[sample1.exe]: Invalid Address specified to RtlReAllocateHeap( 130000,
153bb8 )
///////////////////////////////////
When I save a document, I can be save and load when the program is still
running. However, when I quit the program, I try to execute the program and try
to open the same document again; the de{*filter*} will give me the following error
message:
First-chance exception in sample1.exe (MSVCRTD.DLL): 0xC0000005:
MFCo43DError.
First-chance exception in sample1.exe (KERNEL32.DLL): 0xE06D7363: Microsoft
C++ Exception.
First-chance exception in sample1.exe (MSVCRTD.DLL): 0xC0000005:
MFCo43DError.
First-chance exception in sample1.exe (KERNEL32.DLL): 0xE06D7363: Microsoft
C++ Exception.
The biggest problem is that my program was working fine. I could save and load
the document perfectly okay. But, all the sudden, it gives me these messages. And
I didn't change the saving and loading source code.