Johan,
   here is the code as from the Win32::GUI tutorial.

#!usr/bin/perl
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;
}

Mike

At 11:30 PM 1/14/02 +0100, you wrote:
>Miguel wrote:
>>   Well I download via PPM Win32::GUI from activestates and started with 
>> the "hello world" tutorial . when it came to run the script, I 
>> immediately received...
>>
>>PERL caused an invalid page fault in
>>module MSVCRT.DLL
>
>Check if all of your windows and controls have a -name property. If not, 
>add one. And if they do, please post the failing code here.
>
>
>/J
>
>-------- ------ ---- --- -- --  --  -    -     -      -         -
>Johan Lindström    Sourcerer @ Boss Casinos     [EMAIL PROTECTED]
>
>Latest bookmark: "Arts & Letters Daily - ideas, criticism, deb..."
>http://www.aldaily.com/
>
>
>_______________________________________________
>Perl-Win32-Users mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users


Miguel (Mike) E. Guajardo
KERA / KDTN Engineering
3000 Harry Hines Blvd.
Dallas, Texas 75201

Phone : 214-740-9313
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users


Reply via email to