A
Anne
Hi,
Wish someone can help me out.
I have a windows appliction which uses both unmanaged and managed c/c++
code. Whenever I quit application I got following error:
Heap block at 07A3DEDO modified at 07A3DEDO past requested size of 4
Unhandled exception at 0x77f9180c in myprogram.exe: User breakpoint.
I searched online and found that it might be related to wrong management of
memory (bug in the code). But I don't know where it is and wish someone
could shed some light on me.
Here is what I found: when I run program in debug mode, it always stops at
_lock_file function at _file.c file (which is microft's file) and gives
above exception before I close application.
More details about my application: the application is using third party's
API (in c) to get real-time message over the network and I have a winform to
show message on the screen.
Any ideas?
Thanks sincerely
-Anne
Wish someone can help me out.
I have a windows appliction which uses both unmanaged and managed c/c++
code. Whenever I quit application I got following error:
Heap block at 07A3DEDO modified at 07A3DEDO past requested size of 4
Unhandled exception at 0x77f9180c in myprogram.exe: User breakpoint.
I searched online and found that it might be related to wrong management of
memory (bug in the code). But I don't know where it is and wish someone
could shed some light on me.
Here is what I found: when I run program in debug mode, it always stops at
_lock_file function at _file.c file (which is microft's file) and gives
above exception before I close application.
More details about my application: the application is using third party's
API (in c) to get real-time message over the network and I have a winform to
show message on the screen.
Any ideas?
Thanks sincerely
-Anne