Hi, I have a very strange situation... I made an app with delphi + BDE works fine in my machine.... I made an installer (installshield) and when the app opens I check if the alias is right, otherwise I create/modifiy it. (with session.addalias, etc)
The problem is that in each computer I try it when I exit the program, it closes but a process (in the taskmanager) keeps running (only in other computers).... so if I run and close 10 times.... I have 10 process of 4-10MB each running!!!
What can cause a process to keep workin after closing de app??
Thanks!