|
-
Jan 23rd, 2008, 08:55 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Request: WinSock error list
Hi,
I need list of errors for WinSock if possible.
Ex.: #1= ... #2=... #3=...
...
Tnx .
-
Jan 23rd, 2008, 04:43 PM
#2
Hyperactive Member
Re: Request: WinSock error list
This is maybe what you are looking for.
(Winsock.State)
0 = Port Closed
1 = Port Open
2 = Listen
3 = Connection pending
4 = Translating Host
5 = Host Translated
6 = Connecting
7 = Connected
8 = Host Closed Connection
9 = Error
-
Jan 23rd, 2008, 04:57 PM
#3
Re: Request: WinSock error list
If you have a project with a Winsock control, open the Object Browser in the IDE. (View -> Object Browser) Select MSWinsockLib and then Click on "Error Constants" in the left hand side. They will all then appear in the right hand side.
-
Jan 24th, 2008, 02:33 AM
#4
Thread Starter
Addicted Member
Re: Request: WinSock error list
Thansk both .
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
|