Board index » delphi » Socket Error 10050 under windows 98

Socket Error 10050 under windows 98

Good day

I am getting the error message of 10050 only under 98 when I use the idftp
components, it seems to work fine on NT,2000 and XP.

Any ideas welcome.

regards
Leslie Drewery

 

Re:Socket Error 10050 under windows 98


The text for your error message is ENETDOWN if that is any help.
Regards
George
Quote
"Leslied" <lesl...@compufile.co.uk> wrote in message news:3d5a3b2e@dnews...
> Good day

> I am getting the error message of 10050 only under 98 when I use the idftp
> components, it seems to work fine on NT,2000 and XP.

> Any ideas welcome.

> regards
> Leslie Drewery

Re:Socket Error 10050 under windows 98


Quote
"George Llewelllin" <g...@forumboats.com> wrote in message

news:3d5a791a@dnews...

Quote
> The text for your error message is ENETDOWN if that is any help.>>

What's the text if that isn't any help?
<pomas>

Re:Socket Error 10050 under windows 98


Chameleon,

"ENETDOWN" should indicate to you that it's an error
relating to the network being down, no?

Ken
---
Ken White
kwh...@adpsi.com

Clipper Functions for Delphi and C++ Builder
http://www.adpsi.com

"The Color-Blind Chameleon"
<BClayShannon_theWackyMisadventures_ofWarbleMcGor...@aol.com> wrote in
message news:3d5a7fd1$1@dnews...

Quote
> "George Llewelllin" <g...@forumboats.com> wrote in message
> news:3d5a791a@dnews...
> > The text for your error message is ENETDOWN if that is any help.>>

> What's the text if that isn't any help?
> <pomas>

Re:Socket Error 10050 under windows 98


correct, socket error 10050 is the Network is down error.  This could mean
anything from a bad network connection to the server you are connecting to
being down.

Cam

Quote
"Ken White" <kwh...@adpsi.com> wrote in message news:3d5a8fa4$1@dnews...
> Chameleon,

> "ENETDOWN" should indicate to you that it's an error
> relating to the network being down, no?

> Ken
> ---
> Ken White
> kwh...@adpsi.com

> Clipper Functions for Delphi and C++ Builder
> http://www.adpsi.com

> "The Color-Blind Chameleon"
> <BClayShannon_theWackyMisadventures_ofWarbleMcGor...@aol.com> wrote in
> message news:3d5a7fd1$1@dnews...
> > "George Llewelllin" <g...@forumboats.com> wrote in message
> > news:3d5a791a@dnews...
> > > The text for your error message is ENETDOWN if that is any help.>>

> > What's the text if that isn't any help?
> > <pomas>

Re:Socket Error 10050 under windows 98


Quote
"Ken White" <kwh...@adpsi.com> wrote in message news:3d5a8fa4$1@dnews...
> Chameleon,

> "ENETDOWN" should indicate to you that it's an error
> relating to the network being down, no?

  WSAENETDOWN://(10050)
    begin
      sMsg := 'Network is down.';
      lMsg := 'A socket operation encountered a dead network. This could '+
      'indicate a serious failure of the network system (i.e. the protocol
'+
      'stack that the WinSock DLL runs over), the network interface, or the
'+
      'local network itself.';

--

Corky

www.corkyscave.com

2.0 Beardies, 2.1 BCI, 1.0 Burm, 2.0 Corn, 0.0.2 Garter, 1.1 Hogg Island,
1.1 Hog Nose,
1.1 {*word*76}, 1.1 Carpet, 1.0 Pueblan, 1.0 King, 2.0 Royal, 1.0 BRB, 0.1
Emperor Scorpion
And a big ass spider

Other Threads