Skip to main content

Hello,

We have a program created by Acubench 7.2 running on a thin client with a 64 bit OS. When the user uses the menu option (File - Exit) to close the program, all is fine. When the user clicks on the X in the upper right hand corner to close the program, a process hangs on the client's computer. Is there any way to modify how the X works when closing? It seems that all the routines are ones that are automatically created by Acubench, and I cannot seem to find away around them.

Thanks so much.

Hello,

We have a program created by Acubench 7.2 running on a thin client with a 64 bit OS. When the user uses the menu option (File - Exit) to close the program, all is fine. When the user clicks on the X in the upper right hand corner to close the program, a process hangs on the client's computer. Is there any way to modify how the X works when closing? It seems that all the routines are ones that are automatically created by Acubench, and I cannot seem to find away around them.

Thanks so much.

Are they selecting the X on the main application window or some other window?

Are you using threads? Do you use the Configuration Variable   QUIT_MODE ?

When running the program in debug from the client, use ctrl break before pressing the X, select the X, step through the debugger, is it processing a exit program stop run?