Unhandled Exception in XMPP (General questions)
Hello,
I was trying to run the program under the directory Samples-VC-Component-ATL, But at one point it was giving me error Unhandled Exception in SimpleIm.exe (WODXMPP.DLL): 0xC0000005: Access Violation , Below is the line where it's giving that error, Please take a look.
[code]
IwodXMPPComPtr pXMPP;
HRESULT hr = NULL;
CoInitialize (NULL);
hr = pXMPP.CreateInstance (CLSID_wodXMPPCom, NULL);
if (FAILED (hr))
{
_com_error comErr (hr);
printf ( Unable to load IwodXMPPCom interface.
Err # u: s , hr, comErr.ErrorMessage () );
CoUninitialize ();
return 99;
}
wodXMPPEvents *pEvents = new wodXMPPEvents(pXMPP);
pXMPP->Blocking = VARIANT_TRUE; // Here it's throwing the exception
[/code]
Looking forward to get some answers.
Thanks all
Complete thread:
- Unhandled Exception in XMPP - gothic_coder, 2010-12-10, 14:22
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-10, 15:00
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-11, 08:11
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-11, 10:26
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-12, 12:57
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-13, 07:57
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-13, 15:21
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-13, 15:25
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 07:19
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 08:51
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 10:09
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 10:53
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 11:18
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 11:43
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 11:48
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 13:19
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 14:15
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 15:33
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 15:40
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 16:03
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 07:28
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 09:04
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 10:38
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 11:37
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 12:31
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 12:41
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 12:44
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 13:07
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 13:11
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 13:32
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 13:11
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 13:07
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 12:44
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 12:41
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 12:31
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 11:37
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 10:38
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-15, 09:04
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-15, 07:28
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 16:03
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 15:40
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 15:33
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 14:15
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 13:19
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 11:48
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 11:43
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 11:18
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 10:53
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 10:09
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-14, 08:51
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-14, 07:19
- Re: Unhandled Exception in XMPP - woddrazen, 2010-12-13, 15:25
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-13, 15:21
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-13, 07:57
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-12, 12:57
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-11, 10:26
- Re: Unhandled Exception in XMPP - gothic_coder, 2010-12-11, 08:11
- Re: Unhandled Exception in XMPP - wodDamir, 2010-12-10, 15:00