Help for this page

Select Code to Download


  1. or download this
    C:\Documents and Settings\Administrator\Desktop\testgtk\test>testgtk.e
    +xe
    GLib-GObject-CRITICAL **: g_boxed_type_register_static: assertion `g_t
    +ype_from_n
    ...
     C:/strawberry/perl/lib/DynaLoader.pm line 223.
    Compilation failed in require at script/testgtk.pl line 1.
    BEGIN failed--compilation aborted at script/testgtk.pl line 1.
    
  2. or download this
    pp -l "C:\strawberry\perl\site\lib\auto\Cairo\Cairo.dll" -l "C:\strawb
    +erry\perl\site\lib\auto\Pango\Pango.dll" -l "C:\strawberry\perl\site\
    +lib\auto\Glib\Glib.dll" -l "C:\strawberry\perl\site\lib\auto\Gtk2\Gtk
    +2.dll" -o testgtk.exe testgtk.pl
    
  3. or download this
    use Gtk2 '-init';
     
    ...
    Gtk2->main;
     
    0;