Link to home
Start Free TrialLog in
Avatar of meow00
meow00

asked on

fail to exit C++ Builder

Hi Experts,

   I want to exit C++ Builder, however I was asked :
 Debug session in progress. Terminate ?

   I clicked OK and then got : " Unable to terminate process" ...

  so how do I  exit the program properly ?

many thanks !
Avatar of Woodster
Woodster
Flag of Australia image

You are in the middle of riunning your application.  You need to terminate the debug session by presst Ctrl F2 or selecting Run | Program Reset from the C++ Builder main menu.
... or you could just let your application run through until it terminates normally of course.
Avatar of meow00
meow00

ASKER

I tried Project|Program Reset and Ctrl F2, but I got
" Unable to terminate process" as well ... :-(

is there any other way to do this ?
ASKER CERTIFIED SOLUTION
Avatar of Woodster
Woodster
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I had this happen when I closed the application but threads of it where still running.