Re: Unhandled Exception in XMPP (General questions)
[code]SINK_ENTRY_INFO (1, DIID__IwodXMPPComEvents, 2, OnIncomingMessage, &OnIncomingMessageInfo)[/code]
With This Code in execution, It gives some error in Atlcom.h, So i changed the code with the following one.
[code]SINK_ENTRY_INFO (1, DIID__IwodXMPPComEvents, 7, OnIncomingMessage, &OnIncomingMessageInfo)[/code]
Now it gives error on SendText, And when i change pXMPP->Blocking = VARIANT_TRUE; to pXMPP->Blocking = VARIANT_FALSE; it gives the following error in SendText definition under wodxmpp.tli.
Unhandled exception at 0x7c812afb in zChatIM.exe: Microsoft C++ exception: _com_error at memory location 0x0013fe5c..
Please take a look.
Thanks a lot.
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