Hi,
I created a descendant class of TThread, implemented the Execute function exactly as described in the C++-Builder Help. The Execute function contains a tight loop.
Now when I start the thread calling it's Execute-method, the mainwindow of the application can no longer be closed by clicking on the x-Button (upper right corner). I have to kill the application by killing its process in the taskmanager. Any idea why this is?
Thanks
Lenny
I created a descendant class of TThread, implemented the Execute function exactly as described in the C++-Builder Help. The Execute function contains a tight loop.
Now when I start the thread calling it's Execute-method, the mainwindow of the application can no longer be closed by clicking on the x-Button (upper right corner). I have to kill the application by killing its process in the taskmanager. Any idea why this is?
Thanks
Lenny