Tachen!!
Da bin ich SCHON wieder!!
Jetzt isses was anderes
Also: hab insagesamt 8 Forms erstellt, bis dahin hat alles funktioniert, als ich starten wollte kam dann dieser fehler in diesem Abschnitt:
Identifier expected but 'BEGIN' found
begin
Application.Initialize;
Application.CreateForm(THauptfenster, Hauptfenster);
Application.CreateForm(Tcd, cd);
Application.CreateForm(Tmembers, members);
Application.CreateForm(Tjon_oliva, jon_oliva);
Application.CreateForm(Tchris_caffery, chris_caffery);
Application.CreateForm(Tdamond_jiniya, damond_jiniya);
Application.CreateForm(Tjhonny_lee, jhonny_lee);
Application.CreateForm(Tjeff_plate, jeff_plate);
Application.Run;
end.
Ich hatte vorher noch kein Problem, was is das??????
Chriss