Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by johanzold

  1. johanzold

    Access violation at address 0045D810 in module 'Project1.exe'

    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...
  2. johanzold

    Access violation at address 0045D810 in module 'Project1.exe'

    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...
  3. johanzold

    Access violation at address 0045D810 in module 'Project1.exe'

    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)...

Part and Inventory Search

Back
Top