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
Comment on
Re^3: Win32::GUI and threads issue
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.
[reply]
In Section
Seekers of Perl Wisdom