Hello,

I try to use Win32::GUI, but it doesn't work.
I'm working on a Windows 2000 Pro 5.00 Patch 4.
PERL version is ActivePerl-5.8.3.809
Win32-GUI.zip is the latest one.

The Error Message is the following :
The instruction at "..." referenced memory at "...". The memory could not be "read".

I may have done something wrong. Reinstalling Win32-GUI.zip, rebooting the PC didn't give anything better


The program is the following one (Hello World)

use Win32::GUI;
   $main = Win32::GUI::Window->new(
               -name   => 'Main',
               -width  => 100,
               -height => 100,
       );
   $main->AddLabel(-text => "Hello, world");
   $main->Show();
   Win32::GUI::Dialog();


   sub Main_Terminate {
       -1;
   }

_________________________________________________________________
MSN Actions Solidaires : volontaire à l'étranger http://www.msn.fr/actionssolidaires/Default.asp?Ath=f


Reply via email to