---------------------------
Benachrichtigung über Debugger-
Exception
---------------------------
Im Projekt MahnProjekt.exe ist eine
Exception der Klasse $C0000005 mit der Meldung '
access violation at 0x74e342b0: read of address 0x006f64d0' aufgetreten.
Wenn ich einen Haltepunkt in der FormClose setze dann geht er brav dahin und dann noch die ganze .dpr-Datei durch bin zum end.:
Delphi-Quellcode:
begin
Application.Initialize;
Application.CreateForm(TMahnForm, MahnForm);
Application.CreateForm(TUKunden, UKunden);
Application.CreateForm(TUKunden, UKunden);
Application.CreateForm(TUDrucken, UDrucken);
Application.CreateForm(TUProtokoll, UProtokoll);
Application.CreateForm(TUMailen, UMailen);
Application.Run;
end.
Mein Fehler irgendwo - ganz klar. Ich habe nur keine Ahnung wonach oder wo ich suchen sollte
Gruß
Hans