|
-
March 20th, 2013, 04:35 AM
#24
Re: getting a binding error in server program
You got this WSAEOPNOTSUPP (10045) trying to call function listen, so the error description in this case is much shorter:
The referenced socket is not of a type that supports the listen operation.
It means that you did something was wrong between socket creation and calling listen.
The easiest way to find out what is wrong is to compare your code with some working example (from MSDN or other sites) for listening socket.
Victor Nijegorodov
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|