First-chance exceptions (screensaver)
Posted: Tue Jun 20, 2006 6:23 am
Hello,
When my application is running (MFC dlg-based), and the screensaver is actived (during period of inactivity), the output debug window displays following messages:
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Don't know if it means anything, maybe I can just ignore it ?
When my application is running (MFC dlg-based), and the screensaver is actived (during period of inactivity), the output debug window displays following messages:
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception at 0x7c81eb33 in myApp.exe: Microsoft C++ exception: COleException @ 0x0012d18c.
Don't know if it means anything, maybe I can just ignore it ?