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".
Hello
To solve the problem, i just changed the line :
$main->AddLabel(-text => "Hello, world");
by :
$main->AddLabel(-name => 'montext',
-text => "Hello, world");
Thanks a lot to Stuart and Glenn
Thanks also to Erick, for the CODE samples provided
May the Win32::GUI documen
2 matches
Mail list logo