Einzelnen Beitrag anzeigen

Benutzerbild von Störtebeker
Störtebeker

Registriert seit: 9. Jul 2007
398 Beiträge
 
#3

Re: HELP!! Fehlende .dcu Datei

  Alt 10. Aug 2007, 22:37
Das ist sie:

Delphi-Quellcode:
program Project1;

uses
  Forms,
  Unit1 in 'Test\Unit1.pas{Form1},
  Unit2 in 'Test\Unit2.pas{Form2};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(TForm2, Form2);
  Application.Run;
end.
"And he piled upon the whale´s white hump - a sum of all the rage and hate felt by his whole race.
If his chest had been a cannon, he would have shot his heart upon it."
  Mit Zitat antworten Zitat