Hallo,
ich habe folgendes Problem:
[Fataler Fehler] Project1.dpr(1):
Unit nicht gefunden: 'System.pas' oder binäres Äquivalent (
DCU,DPU)
Kann man da noch was retten?
Delphi-Quellcode:
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Ich hab Delphi 7
Gruß
Sebie