Hi,
dank TD32 hab ich immerhin rausgefunden, WO es zu dem Problem kommt. Im ersten Aufruf von Application.CreateForm (ja, direkt darin)
Delphi-Quellcode:
begin
Application.Initialize;
// <-- erfolgreich
Application.Title := '
Kalender';
// <-- erfolgreich
Application.CreateForm(TMainForm, MainForm);
//<-- Access Violation
//Weitere Formulare...
Application.Run;
end.
Mfg
FAlter
der jetzt mal kuckt ob es an einer Komponente auf dem MainForm liegen könnte (welche denn?)