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.