Hello,
i try to test the well known ping.pas / icmp.pas, without any luck :(
---
This the first few lines of the head of the Unit1:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, Ping;
type
TForm1 = class(TForm)...