I'm a new Win32:GUI user, trying the first sample in guitut1.html: 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; } Perl is crashing when it hits the AddLabel statement (it works okay if I remove that line); the XP error information is: AppName: perl.exe AppVer: 5.6.1.631 ModName: msvcrt.dll ModVer: 7.0.2600.0 Offset: 0003203b I'm running Activstate perl v5.6.1, build 631; Win32-GUI-0.0.558 (installed via PPM); Windows/XP home edition. Any ideas? -- Terry Carroll | Santa Clara, CA | "We do hope we get the bronze, too, so [EMAIL PROTECTED] | we can get the entire collection." Modell delendus est | - David Pelletier