Closing Main Window terminates entire application

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

1 post / 0 new
Closing Main Window terminates entire application

Submitted by JackyChau on Thu, 06/24/2004 - 14:55. Developers
I have an application (non-graphical) that calls a thread to display a simple information window. When the user close the window, the entire application terminates. I expect the thread to be terminated but not the entire application. I still want the application to run and in the future display more windows that can be closed independently. Any suggestion as to why this is happening?