Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: idfTP and Socks problem
| Subject: | Re: idfTP and Socks problem |
| Posted by: | "UlfH" (ulf_honkanen@nospam.umu.se) |
| Date: | Wed, 12 Dec 2007 22:16:41 |
"Richard" <ritchie872@yahoo.com> wrote in message
news:4759e400$1@newsgroups.borland.com...
>>
> What am I doing wrong here?
Well, there is a lot of strange things going on the IdIOHandler.pas stack
and IdIOHandlerSocket.pas involving some components owners and FEnabled
fields...
You can relatively painlessly solve your problem by assigned an owner to yur
component.
FSocks:= TIdSocksInfo.Create(Worker); would do. Just don't forget to create
Worker BEFORE FSocks or you will be back with the same problem again <g