Hi, I had the same problem a while ago. There were some discussions on this list and this seems to be a "deep" bug.
In my case, I noticed that any timer runing would not stop. Finally I found the "ultimate weapon": I send the "kill" command to the shell. 1 -find the PID of your program 2 - send "exec("kill pid"); (something like that. I can give you the exact code if you want) It works! Alain On Tue, 2005-10-25 at 18:23 +0300, Alexander Todorov wrote: > Hi all, > I've been porting from Delphi for some time and noticed that > TApplication.Terminate doesn't behave in the same manner. As the > comment in the source say : > --------------------------------------------------------------------------------------------- > TApplication Terminate > Class is terminated and the component engine is shutdown > --------------------------------------------------------------------------------------------- > > Is it really killing the application or just shutting down the gui system ? > How do I stop the Application running immediately ? > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives