Zitat von
Baeuerle:
@rochus: Ja ich habe teilweise in den initialisierungen bzw. finali.. code stehen. warum? Macht das einen unterschied?
Hi!
Ja, das könnte was ausmachen. Wenn du meinem Link gefolgt wärst, hättest du folgende Zeilen lesen können:
Zitat von
link s.o.:
In fact, Delphi executables will die with runtime error 217 when an
exception was raised before SysUtils is initialized or after it is finalized. In both situations the regular
exception handling is not put in place.
If the error occurs right at your application's startup, check your initialization sections. Try to move code into a later part, e.g. into FormCreate() events.
Otherwise check your units' finalization sections.
Gruß