Hello World!
I have a CFormView application written in in MFC on VC ++ 6.0. When I run the application in Debug mode, I get stopped when I close the application.
The error is "User breakpoint called from code at 0xc77f813b1" that comes up in a dialog and the stack is deep inside the kernel:
NTDLL! 77f813b1()
NTDLL! 77fb744d()
NTDLL! 77fad09b()
NTDLL! 77fad16e()
NTDLL! 77f9ac03()
KERNEL32! 7c5969c3()
doexit(int 0, int 0, int 0) line 392
exit(int 0) line 279 + 13 bytes
WinMainCRTStartup() line 212
KERNEL32! 7c59893d()
Any ideas on how I can track down the root of this problem?
-- Bubba
If so, what's on line 392 (and above)?