[perl-win32-gui-users] Application Error : ...The memory could not be "read"

2004-12-29 Thread Lionel Lionel
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".

[perl-win32-gui-users] RE : Application Error : ...The memory could not be "read"

2004-12-30 Thread Lionel Lionel
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