Thanks for good answers :(
Problem is in windows ::connect function in XmmpConnect. This function
return different error values under WinXP and WinVista. Currently in
my way it returns 10049 (The requested address is not valid in its
context.) under WinVista and close socket and TaskRunner delete task,
because it was done.
I don't use XmppClient in standart way, I'm emulate xmpp connection
with server for using p2p engine.
On May 26, 3:23 am, "TIffany Choe" <[EMAIL PROTECTED]> wrote:
> hi
>
> On 5/24/07, Jhorsh Mohammed <[EMAIL PROTECTED]> wrote:
>
>
>
> > ???
>
> > On May 24, 11:46 am, "naythu raoo" <[EMAIL PROTECTED]> wrote:
> > > On 5/23/07, TIffany Choe <[EMAIL PROTECTED]> wrote:
>
> > > > hola
>
> > > > On 5/23/07, Jhorsh Mohammed <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi all. I've found that my application (with libjingle) is crashing
> > > > > under Win Vista. Under Win XP everything is alright. Comment in
> > > > > xmpppump.cc told me that xmppclent should be deleted by TaskRunner,
> > > > > but when I start process messages in the work thread I found that
> > > > > after first Dispatch() call, my xmpppump member (client_) has
> > > > > unavailable value. My application is crashing in every instruction
> > > > > using client_ object. What's happened?
>
> > > > > Thanks.
>
> > > > > XmppPump::XmppPump(XmppPumpNotify * notify) {
> > > > > state_ = buzz::XmppEngine::STATE_NONE;
> > > > > notify_ = notify;
> > > > > client_ = new buzz::XmppClient(this); // NOTE: deleted by
> > > > > TaskRunner
> > > > > }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---