Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Zugriffsverletzung beim Ausführen von Halt (https://www.delphipraxis.net/67851-zugriffsverletzung-beim-ausfuehren-von-halt.html)

backdraft 20. Apr 2006 23:11

Re: Zugriffsverletzung beim Ausführen von Halt
 
Geht auch kaputt.
Es muss mit einer Komponente zu tun haben, die auf den Forms verwendet wurden die initialisiert sind.
Die Forms untereinander sind zwar abhängig aber die Reihenfolge der Erstellung stimmt.

Ich habe schon mit memproof versucht den Fehler zu finden, doch der fliegt auch einfach raus, wenn die Halt funktion aufgerufen wird. Es bleiben noch 184 Pointer offen.

Doch dann schmiert memproof ab.

Hawkeye219 22. Apr 2006 23:54

Re: Zugriffsverletzung beim Ausführen von Halt
 
Hallo Oliver,

im Borland Developer Net fand ich das hier:

Zitat:

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

backdraft 27. Apr 2006 19:29

Re: Zugriffsverletzung beim Ausführen von Halt
 
hmmm, also jetzt ist es auf einmal wieder weg!?!

komisch... aber danke für die hilfe ...
auf memproof geht jetzt.

was kann das gewesen sein?


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:48 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz