Einzelnen Beitrag anzeigen

thomas2009
(Gast)

n/a Beiträge
 
#5

Re: Programm oder die Unit 'math' ruft sich selbst wieder au

  Alt 9. Feb 2009, 17:47
Stimmt : )
Ich habe habe hier den Namen geändert:
Delphi-Quellcode:
program math1; // vorher war math

uses
  Forms,
  Unit1 in 'Unit1.pas{Form1};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

Danke
  Mit Zitat antworten Zitat