Pascal Diff, Version 0.3a (alt)

Hinweis: dies ist nicht die neueste Version!

Zurück zur Übersicht

Datei: pasdiff.dpr

program pasdiff;

uses
  {$IFDEF DO_MEMCHECK}
  MemCheck,
  {$ENDIF}
  Forms,
  main in 'main.pas' {Form1},
  diff in 'diff.pas';

{$R *.res}

begin
  {$IFDEF DO_MEMCHECK}
  MemChk;
  {$ENDIF}

  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).