Hi Brigitte, I can make assuptions only: > exception message : Access violation at address 00000074. Read of > address 00000074. this was not allocated to your program, so the error > > main thread ($b48): > 00000074 ??? > 00403fac Or-Fin.exe System TObject.Free > 004acf22 Or-Fin.exe Forms TCustomForm.Destroy > 0042f932 Or-Fin.exe Classes TComponent.DestroyComponents > 004aae0f Or-Fin.exe Forms DoneApplication > 0040fd9e Or-Fin.exe SysUtils DoExitProc > 00404d60 Or-Fin.exe System @Halt0 > 00803444 Or-Fin.exe OrFin 107 +52 initialization This shows: You are in the initialization (Line 107???) and your program executed a Halt (Terminate program) Probably in the cleanup process you try to get rid of something you didn't allocate... But it seems essential, that your initialization code shuts down your program. By the way: I use the Jedi library and have built a debugging module for myself, which seems to dump some more information. You should have a look at Jedi.
Bob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

