Original Post
I'm currently making a server/client application, using Winsock2 and C++. At some point in the process of interaction, I sometimes receive error code 5 when I use WSAGetLastError(); (I only call this function when a socket error occurs) I tried looking up the error number, but MSDN says all errors have values > 10000. Can anyone tell me what this error means? If any code is required, just let me know. Thanks in advance! [Edited by - Subotron on June 19, 2006 4:23:46 AM]