Re: Unhandled Exception in XMPP (General questions)
Ash,
I know, but you can delete them, and uncomment the #import statement from the sample. In that case when you compuile it the tli/tlh files will be recreated.
Yes i already uncommented #import, But the problem is that the new tli/tlh files build by compiling the sample application gives me lot's of error.. Those error are
[code]
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1430) : error C2556: 'HRESULT IXMPPChatRoom::GetSettings(void)' : overloaded function differs only by return type from 'IXMPPVarsPtr IXMPPChatRoom::GetSettings(void)'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1403) : see declaration of 'IXMPPChatRoom::GetSettings'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1430) : error C2371: 'IXMPPChatRoom::GetSettings' : redefinition; different basic types
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1403) : see declaration of 'IXMPPChatRoom::GetSettings'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tli(1422) : error C2556: 'HRESULT IXMPPChatRoom::GetSettings(void)' : overloaded function differs only by return type from 'IXMPPVarsPtr IXMPPChatRoom::GetSettings(void)'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1403) : see declaration of 'IXMPPChatRoom::GetSettings'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tli(1422) : error C2371: 'IXMPPChatRoom::GetSettings' : redefinition; different basic types
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1403) : see declaration of 'IXMPPChatRoom::GetSettings'
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tli(1422) : error C2084: function 'IXMPPVarsPtr IXMPPChatRoom::GetSettings(void)' already has a body
c:program filesweonlydo.comxmppsamplesvccomponentatldebugwodxmpp.tlh(1403) : see previous definition of 'GetSettings'
[/code]
As for sending messages, that's not possible in blocking mode. You would need to add events and handle IncomingMessage events.Can you perhaps try that?
Regards,
Damba
Yes i need to know how to add those events and handle IncomingMessage events, I know i'm asking for much, But it'll be great if you let me know the way to do it or redirect me to some sample program.
Thanks a ton
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