HierOfIsildur
01-17-2002, 04:14 PM
I am using the Winsock control to transfer data between two programs, but I keep getting error "40020" anyone know what that error means?
Winsock ErrorHierOfIsildur 01-17-2002, 04:14 PM I am using the Winsock control to transfer data between two programs, but I keep getting error "40020" anyone know what that error means? Fredd 01-17-2002, 11:59 PM MSDN : Occurs whenever an error occurs in background processing (for example, failed to connect, or failed to send or receive in the background). This is just my thought: have you got any service running that may be accessing network? Cheers. Banjo 01-18-2002, 03:03 AM That error is sckInvalidOp: Invalid operation in current state. Basically it means that you are trying to do something that is not allowed. Eg: trying to listen when the control is not in the closed state. That sort of thing. To solve this, we are going to have to see your code. HierOfIsildur 01-18-2002, 01:00 PM Thanks for the information. When I clicked help it returned an error saying that help on that topic wasn't available. I found out what was wrong. I was just messing around with the winsock control to see what it was. Thanks P.S. LOVE your signature Banjo!! |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum