Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Indy 10 FTP repost - getting urgent

www.cryer.info
Managed Newsgroup Archive

Re: Indy 10 FTP repost - getting urgent

Subject:Re: Indy 10 FTP repost - getting urgent
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 19 Oct 2006 11:35:55

"Lee Cook" <lee.cook@kwikhols.co.uk> wrote in message
news:45377ba6$1@newsgroups.borland.com...

> I am using Indy 10 idFTP to connect to a server but I get the following
> error when it tries to connect:
>
> Project Charter.exe raised exception class EIdNotASocket with message
> 'Socket Error # 10038 Socket operation on non-socket.'

Is it happening inside of Connect() itself?  Or is it happening when sending
commands after connecting?

Also, the error message suggests that you are running inside the debugger at
the time of the exception.  Indy does use exceptions internally for its own
private notifications.  The debugger catches all exceptions before the
application does.  Do you still see the exception when running the
application outside of the debugger?  If not, then all is well.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive