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
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?
> //-
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
> 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
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
- 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,
>
>
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
, 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
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
> 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
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
11 matches
Mail list logo