in reply to
Re: Perl GTK2 with Perl Threads
in thread Perl GTK2 with Perl Threads
Hi Monk
I am using ActivePerl 5.10 on Windows XP.
use Gtk2 qw/-init -threads-init 1.050/;
is crashing. So I had to use
use Gtk2 qw/-init/; <br.
Also when I run the example (thread_usage.pl) (Which I already had look out), It produces many warnings in GTK. So I developed a clean solution.
Thanks for sharing links, I already had look in to all the links. Nothing works well for me in windows. So After learning lot, I created project in google code so others can have a look at it.