Re: [twsocket] Fast Pings ! Delphi->BCB

2006-02-13 Thread Angus Robertson - Magenta Systems Ltd
This is my demo trace route application you are trying to convert. > I cannot understand completely these parts: > for I := 0 to Pred (T) do->(Pred(T)?) > find PingThreadList, (Succ??) Pred (T) means T-1 but may be more efficient for the compiler, Succ (T) means T+1, ditto. > Pi

Re: [twsocket] Fast Pings ! Delphi->BCB

2006-02-13 Thread Fastream Technologies
Original Message - From: "Enrique" <[EMAIL PROTECTED]> To: Sent: Monday, February 13, 2006 2:31 PM Subject: [twsocket] Fast Pings ! Delphi->BCB > Thanks Francois, but I'm still having problems with Delphi :-( > How should I translate this? > //-

[twsocket] Fast Pings ! Delphi->BCB

2006-02-13 Thread Enrique
Thanks Francois, but I'm still having problems with Delphi :-( How should I translate this? // for I := 0 to Pred (T) do begin if HostNames.Lines [I] <> '' then begin with TPingThread.Create (True) do // create suspended