[perl-win32-gui-users] Newbie Help

2004-01-12 Thread Florbela Lei
Hi, I am new to using the package, and I cannot run the first simple Hello World program taken from the How-To section: #!/usr/bin/perl use strict; use Win32::GUI; $main = Win32::GUI::Window->new(-name=> 'Main' -width => 100, -height => 100); $main->AddLabel(-text => "Hello, world", -name => 'la

RE: [perl-win32-gui-users] Newbie Help

2004-01-12 Thread Frazier, Joe Jr
Are you using some brand of Windows for running this example? The reason I ask is I note the freebsd string in your @INC so I am assuming you are running this on a "IBM" compatible machine with freebsd installed rather than Windows. This module will only work on a windows based OS. If you

[perl-win32-gui-users] problems with running the Makefile

2004-01-12 Thread Angela Lam
Hi, I'm trying to install Win32-GUI but I failed. In the command line, I first typed in "perl Makefile.PL" and it created a Makefile. I then typed "nmake" as I am using Visual C++, but then I got a lot of error messages as follows: GUI_Options.obj : error LNK2001: unresolved external symbol _

RE: [perl-win32-gui-users] problems with running the Makefile

2004-01-12 Thread MJG
Angela, you don't need to do a make. Download the GUI package from sourceforge with PPM in the name for either Perl 5.6 or 5.8, then install the win32-gui.ppd with ppm install path\win32-gui.ppd -Original Message- From: Angela Lam [mailto:[EMAIL PROTECTED] Sent: