Re: [perl-win32-gui-users] Working with threads

2004-08-19 Thread Jez White
Hi, [snipped code] This works, but the problem is when I exit the program, I get this "warning" printed to STDOUT: d:\>gui100.pl A thread exited while 2 threads were running. Anyone know how stop this? Also, now that I have 5.8, I hope to be able to use threads more often. Can anyo

RE: [perl-win32-gui-users] Working with threads

2004-08-19 Thread Frazier, Joe Jr
Ok, after finally getting 5.8.x(had to wait until I had the money for PDK 5.x), I tried this. I used the following: use win32::GUI; use threads; use Thread::Queue; # contruct GUI here --> my $Window = new Win32::GUI::Window ( -name => "Window", -topmost => 1, -left