I am sure that I am doing the same as I have done before and I have never
had this error before.
What's going wrong and how can I stop it?
Thanks in advance
Mark
WSAEWOULDBLOCK (10035)
Resource temporarily unavailable.
This error is returned from operations on non-blocking sockets that cannot
be completed immediately, for example recv when no data is queued to be read
from the socket. It is a non-fatal error, and the operation should be
retried later. It is normal for WSAEWOULDBLOCK to be reported as the result
from calling connect on a non-blocking SOCK_STREAM socket, since some time
must elapse for the connection to be established.
--
Adrian O' Neill - post replies to newsgroup.
Remove * from e-mail address to reply.
"Mark Firth" <n...@email.address> wrote in message
news:vnz68.5906$bP3.29114@NewsReader...
You will get the OnConnect method call when the connection actually completes.
joe
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www3.pgh.net/~newcomer
MVP Tips: http://www3.pgh.net/~newcomer/mvp_tips.htm