Re: Unhandled Exception in XMPP - WeOnlyDo Discussion board

Re: Unhandled Exception in XMPP (General questions)

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

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


Complete thread: