Re: Unhandled Exception in XMPP - WeOnlyDo Discussion board

Re: Unhandled Exception in XMPP (General questions)

by gothic_coder, Wednesday, December 15, 2010, 12:44 (5093 days ago) @ woddrazen

Ash,


Inside console application you can use wodXMPP Events in non blocking mode only if you will use message pump to process messages.

while (GetMessage())
{
TranslateMessage();
DispatchMessage();
}


Drazen

Please read my previous post, I modified it.

Thanks.


Complete thread: