in reply to Re^3: Win32::GUI and threads issue
in thread Win32::GUI and threads issue
Seems like if the end of the first thread finishes also the GUI (and the whole application).
I'm trying to create the threads now before creating the GUI, as suggested. Then communicating through queues. Will see it that works better.