[twsocket] TWSocket component within DLL

2007-11-24 Thread Pete Williams
Hi I hope someone can help me. I'm trying to use TWSocket to listen for incoming data and display it on a console. TWSocket is initialised and used within a Delphi DLL. The problem I have is that I initialise the TWSocket component, but none of the events fire to tell me about the incoming

Re: [twsocket] TWSocket component within DLL

2007-11-24 Thread Francois PIETTE
I'm trying to use TWSocket to listen for incoming data and display it on a console. TWSocket is initialised and used within a Delphi DLL. The problem I have is that I initialise the TWSocket component, but none of the events fire to tell me about the incoming data. If I use the component in

[twsocket] FTP Failure

2007-11-24 Thread David Bridges
I'm getting and FTP failure that happens only with certain internet connections it seems. On the same computer with the same software it will work fine with one connection but not another. It always works at my site but some clients have this problem. The FTP server at the other end is the

Re: [twsocket] FTP Failure

2007-11-24 Thread DZ-Jay
On Nov 24, 2007, at 17:46, David Bridges wrote: Can you use passive mode with the ICS FTP component? If so how difficult is it to implement? Hello: Just set the FtpCli.Passive property to True. dZ. -- DZ-Jay [TeamICS]