Re: [twsocket] Simultaneous TPing request using multithread.

2013-03-02 Thread Lester Clayton
Absolutely no issue :) I've already written such an application. Works either 32 bit or 64 bit. If you like I can let you have the application plus source code to help give you some ideas where to start. Lester On 02/03/2013 16:00, Marc Gauthier wrote: Good day, I need to build

Re: [twsocket] Wiki issue

2012-08-01 Thread Lester Clayton
to grant you write rights if you would like to contribute to the Wiki :) Lester On 01/08/2012 18:40, Markus Humm wrote: Hello, I've looked something up in the wiki today and routinely (don't do much ICS related work currently so routinely is months...) I look at the list of latest changes to see

Re: [twsocket] Fwd: Re: FIN being set to early on HTTP response when serving uTorre

2012-07-12 Thread Lester Clayton
On 12/07/2012 11:47, Angus Robertson - Magenta Systems Ltd wrote: I've fixed my local copy of ICS V8, which version are you using? Currently running icsipv6 (I presume this is ICS v8?). I have today updated from 1046 to 1048 Lester -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] Fwd: Re: FIN being set to early on HTTP response when serving uT

2012-07-12 Thread Lester Clayton
much :) Lester -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Fwd: Re: FIN being set to early on HTTP response when serving uTorrent web cl

2012-07-11 Thread Lester Clayton
, since it does break HTTP 1.1 RFC, but still, ICS shouldn't choke as a result of this. Lester On 10/07/2012 16:58, Angus Robertson - Magenta Systems Ltd wrote: When the client is Firefox, there is no issue - the file is loaded successfully. If the client us uTorrent, then the server is setting

[twsocket] FIN being set to early on HTTP response when serving uTorrent web client

2012-07-10 Thread Lester Clayton
anybody have an idea why this might be happening? I am able to provide wireshark traces if required. Lester -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Bug with ICS and PING?

2012-05-07 Thread Lester Clayton
Having an interesting problem with TPing, and the replies under certain circumstances Here is my code I'm using: Ping1.Address := '10.110.12.1'; Memo1.Lines.Add(IntToStr(Ping1.Ping)); Memo1.Lines.Add(IntToStr(Ping1.ErrorCode)); Memo1.Lines.Add(IntToStr(Ping1.Reply.RTT)); If the

Re: [twsocket] Bug with ICS and PING?

2012-05-07 Thread Lester Clayton
Are you suggesting that there is no bug? That's fine, but how does one differentiate then from a successful ping and an unsuccessful one (where CMD PING would reply Destination host unreachable.) Lester On 07/05/2012 21:29, François Piette wrote: If however you are trying to ping a device

Re: [twsocket] Bug with ICS and PING?

2012-05-07 Thread Lester Clayton
I've just answered my own question :) There is also TPing.Reply.Status - a zero is good, a non-zero is bad (seemingly). Thanks all. Lester On 07/05/2012 22:01, Lester Clayton wrote: Are you suggesting that there is no bug? That's fine, but how does one differentiate then from a successful

Re: [twsocket] Should next ICS version support anything before DelphiXE ?

2012-03-30 Thread Lester Clayton
to stick with old technology just because it works well. Time is one of our biggest commodities and if we need to spend it trying to ensure code works with old platforms, it could become counter-productive. Lester -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] 64 Bit for XE2

2012-03-30 Thread Lester Clayton
Delphi XE2 supports 64 bit compiling. The current release of ICS also supports 64 bit compiling. ICS also has a beta for Firemonkey which will allow you to compile to Mac OSX (32 bit) apps. On 30/03/2012 18:48, pkappet...@charter.net wrote: When will there be 64 bit support for this? -- To

Re: [twsocket] ICS Delphi 7 installation error

2011-09-26 Thread Lester
these on the right under the Package Group DXe2Install Be sure you have the latest download available! Lester On 26/09/2011 17:59, Karlinchen wrote: Hello, I'm a complete newbie to Delphi. I have installed yesterday from the embarcadero website the Delphi XE2 trial version first and want to add ICS v7

Re: [twsocket] ICS v7 for XE2 online now - Thanks

2011-09-06 Thread Lester
Professional now, and as a bonus I can also see I can compile for OSX. Not needed though, the 64 bit is what has been keeping me from doing what I love most. Thanks very much for releasing this. Looks like it's time for another donation :) Lester Clayton On 02/09/2011 18:23, Francois

Re: [twsocket] OT: Delphi/C++ Builder XE Preview Video

2010-08-11 Thread Lester
commercially available since 2005, and many apps are starting to natively support 64 bit. Such a pity I cannot make any yet. Lester -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http

Re: [twsocket] Multiple FTP Clients

2010-04-13 Thread Lester
1. I've never heard of the FTP protocol allowing this, perhaps it's Trivial FTP? Don't know if ICS supports TFTP 2. Sure you can do this, just create two client controls at design time or dynamically on demand at run time. Lester On 13/04/2010 15:52, GRAHAM (Deephaven) wrote: I use

Re: [twsocket] The address that client is connected (2 or more IPs assinged to server)

2010-02-12 Thread Lester
+':'+ Client.GetPeerPort; // Code end; Lester Alper Albayrak wrote: I have two IPs assigned to server machine. And TWSocketserver working with Addr = 0.0.0.0 can i resolve the ip address that the client is connected. For example 2 clients, first is connecting to address 10.100.10.1, second is connecting

Re: [twsocket] FTP Server example

2010-02-01 Thread Lester
can be sent to each individual user. ICS is non blocking so the application won't stop while a client is downloading a ginormous file. Hope that helps. Lester -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket