Results 1 to 35 of 35

Thread: Application not closing properly [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Resolved Application not closing properly [RESOLVED]

    There's something weird happening on an application I made for a client.

    Each time he close the application, it still running in the task manager.

    In the IDE, it's closing properly.

    I know that when an application is not closing, it means something still running in the application. I used debug.print just because the unload to see what's running.

    I'm using the com port, which is closed, a timer, it's disabled and a DB connection which is closed too.

    I tried to use the "End" command to completely close the app on the unload. On the IDE, it still working, but on the .exe, I get a Windows error message saying the application encountered errors and had to be closed by Windows.

    How can I see why the application is not closing properly ??




    Added green "resolved" checkmark - Hack
    Last edited by Hack; Oct 13th, 2005 at 06:20 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width