Einzelnen Beitrag anzeigen

FGD

Registriert seit: 3. Apr 2008
22 Beiträge
 
Delphi 7 Personal
 
#1

Problem mit Application.CreateForm

  Alt 16. Mai 2008, 15:02
Delphi-Quellcode:
program Autocaster;

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

{$R *.res}

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

Bei Application.CreateForm(TForm1, Form1); kommt die Fehlermeldung:
[Fehler] Autocaster.dpr(11): Undefinierter Bezeichner: 'Form1'

Delphi hat das doch automatisch erstellt, warum kommt da eine Fehlermeldung?
  Mit Zitat antworten Zitat