> Today I fixed the issue and checked in your contribution.
Thanks.
> Basically a unit included in IcsCommonDXE3Run may neither use the
> VCL nor the FMX framework. And you added to OverbyteIcsIcmp.pas
> OverbyteIcsWSocket.pas.
Yes, because you added a lot of IPv6 helper functions to WSocket
Angus Robertson - Magenta Systems Ltd wrote:
>> ICS V8 supports FireMonkey (Windows and OS X), if you do not want
>> to support it please no not add you contribution to ICS V8.
>
> And ping and icmp don't currently work on OS X anyway, they should not
> have been in the FireMonkey packages in the
> ICS V8 supports FireMonkey (Windows and OS X), if you do not want
> to support it please no not add you contribution to ICS V8.
And ping and icmp don't currently work on OS X anyway, they should not
have been in the FireMonkey packages in the first place.
> Because I currently do not have t
- Original Message -
From: "Angus Robertson - Magenta Systems Ltd"
To:
Sent: Saturday, March 02, 2013 7:29 PM
Subject: Re: [twsocket] Simultaneous TPing request using multithread.
> Unfortunately Arno decided it would not work on FireMonkey
It is a fact that it
> I need to build a network monitoring tool that will ping about a
> 1000 IP's on a regular basis, I plan to use Thread-Pool for this.
I did a major rewrite of ICMP and Ping last month, including a new
threaded ping component and a trace route demo that sends off lots of
pings using threads.
U
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
Good day,
I need to build a network monitoring tool that will ping about a 1000 IP's
on a regular basis, I plan to use Thread-Pool for this.
I know there is an issue with doing simultaneous ICMP request because all
the listening socket receive the reply and this create confusion.
My