Advertisement

10037 Already in progress?

Started by July 21, 2002 05:34 PM
1 comment, last by tHiSiSbOb 22 years, 6 months ago
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.
Advertisement
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.
----------------------------------------------------"Plant a tree. Remove a Bush" -A bumper sticker I saw.

This topic is closed to new replies.

Advertisement