CResourceException
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm getting a strange problem that I don't know how to find out what is causing the problem. It's late in this programs' development and I can now use it for it's actual intended purpose instead of testing functionality. After I run it for a while, it slows down and I click Stop in VS. A lot of these come up in the debugging output window:
First-chance exception at 0x7c81eb33 in myprogram.exe: Microsoft C++ exception: CResourceException @ 0x0012f660. Warning: Uncaught exception in WindowProc (returning 0).
I know how to handle exceptions but I don't know how to find out where the exception occurs so I can either fix it or catch it and then handle it properly.