Hallo igel457.
Vielen Dank für Deine Antwort.
Die
Exception taucht bei 'with FDisplay do' auf
Delphi-Quellcode:
procedure TAdDraw.SetupDisplay;
begin
//Set default display settings
with FDisplay do
begin
Width := 800;
Height := 600;
BitDepth := ad32Bit;
Freq := 0;
DisplayMode := dmDefault;
end;
//Set default options
Options := [aoTextures, aoBlending, aoCulling];
end;
weil FDisplay nil ist. Hilft das weiter?