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

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-12 Thread Francois PIETTE
> anyway, the problem is not so much to "read" the code in Delphi, but to > see the form and its components (with ther properties). You can open Delphi forms with BCB ! You can even copy/paste from Delphi form to BCB forms !! -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-12 Thread Enrique
procedure = void? function? nil = NULL "TraceAddr: array [1..TraceMax] of string ;" = string TraceAddr[TraceMax] with first index = 1 ? {$R *.DFM} ??? "with Sender as TPingThread do" ? we are assuming that all "comes from" TPingThread ? <> = != anyway, the problem is not so much to "read" t

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-12 Thread Dan
- Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, February 12, 2006 7:23 AM Subject: Re: [twsocket] Fast Pings ! -> C++ :-( >> I've seen in the usermade. But the code is in Delphi, > >

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-12 Thread Fastream Technologies
but not in C++. Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, February 12, 2006 9:23 AM Subject: Re: [twsocket] Fast Pings ! -> C++ :-( >> I've seen in the usermade. But the

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-11 Thread Francois PIETTE
, February 11, 2006 9:02 PM Subject: Re: [twsocket] Fast Pings ! -> C++ :-( > I've seen in the usermade. But the code is in Delphi, I don't know much > about Delphi, and I don't know much about multithreading too :-( > Anyway, are components or only samples the files

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-11 Thread Enrique
I've seen in the usermade. But the code is in Delphi, I don't know much about Delphi, and I don't know much about multithreading too :-( Anyway, are components or only samples the files on the usermade page? I think that what I need to do is very simple. Perhaps somebody can help with a C++ code

Re: [twsocket] Fast Pings !

2006-02-11 Thread Francois PIETTE
> I need to do very much pings, but it seems to be very slow, I have seen > programs that check more than 10 IPs for second. > How can I increase the speed? it's possible to do it asynchronous? You need to use multithreading. If I remember well, there is something related to ping on the usermade p

[twsocket] Fast Pings !

2006-02-11 Thread Enrique
Hello ! I need to do very much pings, but it seems to be very slow, I have seen programs that check more than 10 IPs for second. How can I increase the speed? it's possible to do it asynchronous? Thanks ! enri. -- To unsubscribe or change your settings for TWSocket mailing list please goto htt