Author | Topic: error 11001 | |
---|---|---|
Jean-Lievin Poelman | error 11001 on Fri, 21 Nov 2008 17:36:52 +0100 Hello, each time I try the function SocketOpen, I receive an error 11001. What's the meaning of this error ? BTW, is some human being browsing this NG ? Greetings, Jean-Liévin | |
Andreas Gehrs-Pahl | Re: error 11001 on Sat, 22 Nov 2008 11:43:46 -0500 Jean-Liévin, >each time I try the function SocketOpen, I receive an error 11001. >What's the meaning of this error ? Error 11001 (WSAHOST_NOT_FOUND) means: "No such host is known." You can use DosErrorMessage(nError) to get that text. The actual cause for that error could be a simple DNS or firewall issue but could have any number of reasons. >BTW, is some human being browsing this NG ? I'm pretty sure there are some humans among us. -- Andreas --- --- Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net 415 Gute Street or: Andreas@DDPSoftware.com Owosso, MI 48867-4410 or: Andreas@Aerospace-History.net Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net --- --- |