in reply to Re^2: Win32::GUI and threads issue
in thread Win32::GUI and threads issue

So you say you've got logic error... Timer never starts threads never start display never updates? Simplify code

Replies are listed 'Best First'.
Re^4: Win32::GUI and threads issue
by Garden Dwarf (Beadle) on Jan 16, 2019 at 11:00 UTC
    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.