Malder
05-01-2003, 12:24 PM
Hello,
I'm new to Pocket PC, so sorry for dumb questions.
I code using EVC and I'm having problems dealing with sockets.
1)Why doesn't Receive() work after writing to the socket and I have to shutdown
writing in socket. And how to write to it again(without recconect)?
2)I need to connect using fixed timeout, how can i set timeout? SetOpt does not
support changing timeout in Win CE.
3)How can I deal with socket functions without blocking thread. I tried IOCtl(),
but after i enabled nonblocking mode of the socket function Connect() hangs.
4)Where can i find examples of woking with sockets?
Very thank you for any help!
I'm new to Pocket PC, so sorry for dumb questions.
I code using EVC and I'm having problems dealing with sockets.
1)Why doesn't Receive() work after writing to the socket and I have to shutdown
writing in socket. And how to write to it again(without recconect)?
2)I need to connect using fixed timeout, how can i set timeout? SetOpt does not
support changing timeout in Win CE.
3)How can I deal with socket functions without blocking thread. I tried IOCtl(),
but after i enabled nonblocking mode of the socket function Connect() hangs.
4)Where can i find examples of woking with sockets?
Very thank you for any help!