und wie mach ich das?
Der Fehler kommt hier...
Delphi-Quellcode:
program Project1; <== hier kommt der Fehler...
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
======================
[Fataler Fehler] Project1.dpr(1): Datei nicht gefunden: 'System.pas'
PS: Das ist kein Projekt von mir, sondern einfach ein neues! Selbst dieses läuft nicht!
[edit=SirThornberry]Delphi-Tags gesetzt. Nächstes mal bitte selbst machen. Mfg, SirThornberry[/edit]