Einzelnen Beitrag anzeigen

Hawkeye219

Registriert seit: 18. Feb 2006
Ort: Stolberg
2.227 Beiträge
 
Delphi 2010 Professional
 
#12

Re: Zugriffsverletzung beim Ausführen von Halt

  Alt 23. Apr 2006, 00:54
Hallo Oliver,

im Borland Developer Net fand ich das hier:

Zitat von BDN:
If you close your Application before Application.Run and before the main form is opened with the following code you will get an unknown software exception (0x0eedfade) at 0x077e9bbf3:

Application.Terminate;
Halt(errorcode);

In Delphi 3 this did not occur; neither when IDE was active nor when IDE was inactive. In Delphi 7 the application only terminates without an error when IDE is active (application has been started from IDE). If you try to terminate the application when IDE is not active (i.e. application has been started from windows explorer, via shortcut, etc.) you will get the exception.
Vielleicht erklärt das ja dein Problem?

Gruß Hawkeye
  Mit Zitat antworten Zitat