Re: Win32::GUI, msvcrt.dll & Win98

2002-01-15 Thread Miguel E. Guajardo

Thank you Johan & Rob,
   I did try that & I no longer received the error. However now I get 
another error...
"win32::GUI::Windows=HASH(0x17ffa7c)" is not exported by the Win32::GUI module"
I guess i need to try and get the most recent documentation from dada and 
see what's up...
Thank you all for your help, it will be Tk for a little while yet,
Mike

At 05:02 PM 1/15/02 +1100, you wrote:

>- Original Message -
>From: "Miguel E. Guajardo" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>
>
>
>Try (as Johan suggested) :
>
>$main->AddLabel( -name => 'anything',
>  -text => "Hello, world");
>
>This was unnecessary with earlier versions.
>
>Cheers,
>Rob
>
>
>___
>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



Re: Win32::GUI, msvcrt.dll & Win98

2002-01-14 Thread Sisyphus


- Original Message - 
From: "Miguel E. Guajardo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>



Try (as Johan suggested) :

$main->AddLabel( -name => 'anything',
 -text => "Hello, world");

This was unnecessary with earlier versions.

Cheers,
Rob


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: Win32::GUI, msvcrt.dll & Win98

2002-01-14 Thread Miguel E. Guajardo

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ömSourcerer @ 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



Re: Win32::GUI, msvcrt.dll & Win98

2002-01-14 Thread Johan Lindstrom

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ömSourcerer @ 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