Das Alte problemm ist gelöst, jezt habe leider eins was 10 mal schwirieger ist..
))
Es ist eine AccessViolation, die immer ZUM SCHLUS...!!! des programms kommt, und zwar nach dem block
Delphi-Quellcode:
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TOptions_Form, Options_Form);
Application.Run;
end.
Weis jemannd wie ich die abfangen kann bzw finden..!? das es keine Excepiton ist kann ich auch keine try -except an kritischen Stellen einbauen um sie auswendig zumachen, zu dem kommt sie auch noch nach dem Programmende...!!!