Question heap problem!

vandster

New member
Joined
Oct 21, 2009
Messages
1
Programming Experience
5-10
Hi I have an application which compiles and works fine on XP.

However I recently upgraded to Windows 7 on a 64 bit computer and after a few fixes I got the app up and running again. But now I am getting the following error when I call Me.Close() on a form:

Windows has triggered a breakpoint in MyApplication.exe.

This may be due to a corruption of the heap, which indicates a bug in MyApplication.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while MyApplication.exe has focus.

The output window may have more diagnostic information.


Anyone have a clue what's going on here?
 
Back
Top