From: bfly99 on
dear sir:
i meet the same problem u post at the mathforum 2006,have u solve it?
thanks for r reply.good luck.
From: bfly99 on
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: Polyfit
Next: Are these exceptions harmful