Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Program not terminating properly on one system

Status
Not open for further replies.

Jonah86

Programmer
Dec 11, 2003
152
US
Hi there, I have a program running fine on all the computers I've put it on...except one. Whenever this person shuts down the program, it exits well enough, but it there remains an instance of it in the task manager when I ctrl/alt/delete.

I use application.terminate to exit the progra...which has worked well enough in the past, and does on all other machines. It's a windows '98 box of course, but there are other computers with '98 running that work fine.

Any ideas?
 
hi

Are you using threading in your app? It maybe that this one user does a task with your app which starts a thread and it's not being terminated on shutdown.

lou

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top