Registriert seit: 9. Jul 2007
398 Beiträge
|
Re: HELP!! Fehlende .dcu Datei
10. Aug 2007, 23: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."
|