The original Pingtst1.pas made by F. Piette also starts like these:
unit PingTst1;
{$I ICSDEFS.INC}
interface
uses
Windows, Messages, SysUtils, Classes, Forms, StdCtrls, Controls, Ping;
const
PingTestVersion = 103;
CopyRight : String = ' PingTest (c) 1997-2005 Francois Piette...
Thank you! The ' Ping := TPing.Create; ' version works fine. Unfortunately I compline the program, it needs additional 10 second to complile it, but it is okay.
The first version (ping1 : TPing; in the public part)
unfortunately still don't work.
1.
type
TForm1 = class(TForm)
r1...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.