[JDEV] can i attach the VC++ sample Project ??

Dmitriy Kolegayev dmitriy at oven.com
Thu Jun 21 19:56:31 CDT 2001


Karthik, there are few reasons why you might be getting exceptions in
CJabEventSink::Disconnect.

1. You are releasing smart pointers - no need to do it, m_pJabberSession
will get released on your object destruction.

2. You are disconnecting callback mechanism too soon. JabberCOM will still
try to fire events in Disconnect such as OnDisconnect and that will kill
your thread.

Hopefully this helps.

Dmitriy

You might be getting exceptions in your Disconnect because you are releasing
the smart ptr.

-----Original Message-----
From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]On Behalf Of
Karthik K H
Sent: Tuesday, June 19, 2001 2:36 PM
To: jdev at jabber.org
Subject: Re: [JDEV] can i attach the VC++ sample Project ??


Alright fellas, I finally did manage to upload the
.ZIP file to http://download.jabber.org/contrib. The
file is called JabApp.zip. The url is

http://download.jabber.org/contrib/JabApp.zip

cheers,
KHK

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev




More information about the JDev mailing list