View Single Post
Old 06-24-2005, 04:38 PM   #6 (permalink)
QUantumAnenome
Code Monkey
 
Join Date: Mar 2005
Posts: 56
QUantumAnenome is on a distinguished road
Send a message via Yahoo to QUantumAnenome
It would be better to use WSAAsyncSelect() and do your recv() calls inside the message loop. That way you don't have to worry about when or if a message has been sent.
QUantumAnenome is offline   Reply With Quote