From: bfly99 on 31 Oct 2007 20:00 I meet the same problem. (1)Vc code: void CtestmyaddDlg::LoadCom() { try { HRESULT hr=m_pMouse.CreateInstance("GetMouse.GetMouseclass.1_0"); (2)-----------------here I set a breakpoint ,then the exception appear in vc debug window if(FAILED(hr)) { _com_issue_error(hr); } m_pMouse->mouse(); ::Sleep(1000); HWND hFig=::FindWindow(NULL,"TestMouseMain"); if(hFig==NULL) …………………….. } (3).exception in debug window testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: tfFailedException @ 0x0254e273 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: jitCgFailedException @ 0x0254db20 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: jitCgFailedException @ 0x0254db20 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: varflowFailedException @ 0x0254e20b 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: tfFailedException @ 0x0254df0b 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: tfFailedException @ 0x0254e273 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: varflowFailedException @ 0x0254e20b 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: tfFailedException @ 0x0254df0b 。 testmyadd.exe in 0x7c81eb33 most possibly exception: Microsoft C++ exception: tfFailedException @ 0x0254df0b 。
|
Pages: 1 Prev: varflowFailedException exception Next: Compile uitabpanel GUI |