Re: [twsocket] Upgrade to V6 and linker errors (unresolved externals)

2008-03-20 Thread Ze Lin
Hi, you can change the declaration of function TCustomWSocket.Send() in the file OverbyteIcsWSocket.pas like this: before: functionSend(const Data : TWSocketData; Len : Integer) : Integer; overload; virtual; functionSend(DataByte : Byte) : Integer; overload; virtual; function

Re: [twsocket] Upgrade to V6 and linker errors (unresolvedexternals)

2008-03-20 Thread Arno Garrels
Hi Ze Lin, Your fix is at least already the second one. That's why I suggested to put the ICS sources into an SVN repository. Currently bugs are often fixed multiple times before the fix makes it into the distribution, that's no fun :( http://marc.info/?l=twsocketm=118328005028041w=2 -- Arno

[twsocket] sub: FTPServer Timeout

2008-03-20 Thread Allan Fernandes
Hi, I am using Delphi 5 with ICS 1.42. My application runs within a LAN. If a machine (say M1) with a TFtpServer component is receiving a file from a TFtpClient (say machine M2) and the LAN wire is pulled out then the TFtpServer never resets the connection. I am able to send a file from a third

Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Dod
Hello Allan, There is no way to easily detect a broken cnx between a client and a server if there is no transfert. Only the sender of data can detect the broken cnx and tell about it, but the receiver of the data will simply wait, there is no reliable broken link msg send to him, it's

Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Dod
Hello Allan, There is no way to easily detect a broken cnx between a client and a server if there is no transfert. Only the sender of data can detect the broken cnx and tell about it, but the receiver of the data will simply wait, there is no reliable broken link msg send to him, it's

Re: [twsocket] sub: FTPServer Timeout

2008-03-20 Thread Angus Robertson - Magenta Systems Ltd
I am using Delphi 5 with ICS 1.42. My application runs within a LAN. If a machine (say M1) with a TFtpServer component is receiving a file from a TFtpClient (say machine M2) and the LAN wire is pulled out then the TFtpServer never resets the connection. This is fixed in the latest ICS V6

Re: [twsocket] Upgrade to V6 and linker errors (unresolvedexternals)

2008-03-20 Thread Kris Schoofs
Thanks for the feedback. I'll make these necessary changes. I was wondering if there are already plans to release a new ICS V6 beta in which problems like this are already addressed? (the beta currently on the site is almost 5 months old). Kris On Thu, Mar 20, 2008 at 11:27 AM, Arno Garrels

Re: [twsocket] Upgrade to V6 and linker errors (unresolvedexternals)

2008-03-20 Thread Arno Garrels
Kris Schoofs wrote: I was wondering if there are already plans to release a new ICS V6 beta in which problems like this are already addressed? (the beta currently on the site is almost 5 months old). It's always much work to merge and verify fixes and new features contributed by users. New