10037 Already in progress?
I am trying to learn winsock2 and have started a simple apllication. I have a server and a client. I want the client to connect to the server and send nome info. But when i try to get the client (Asynchronous) to connect, it gives me and error code of 10037. I looked it up and it said Already in progress. I am not calling any connect() function before this 1. What could it be.
"Computers are only as smart as their programers"
My Site-> Still working on it.
----------------------------------------------------"Plant a tree. Remove a Bush" -A bumper sticker I saw.
You usually get that error if you do a non-blocking connect. If you are using non-blocking sockets, check for this error, and ignore it.
If you are not using non-blocking sockets, then, hmmm I have no idea
Good Luck.
If you are not using non-blocking sockets, then, hmmm I have no idea
![](smile.gif)
Good Luck.
I am using asynchronous sockets for the client, and blocking for the server.
"Computers are only as smart as their programers"
My Site-> Still working on it.
"Computers are only as smart as their programers"
My Site-> Still working on it.
----------------------------------------------------"Plant a tree. Remove a Bush" -A bumper sticker I saw.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement