First off, thanks for sending along this code. I just wish I could run it.
Unfortunately, I cannot get the Win32::GUI module to install. I've tried
installing it before (with the results below). I'm using the Gurusamy port
of Perl, primarily because it comes with all of the "standard" modules,
which I've noticed ActiveState does *not*.
In any case, I installed the AS version also, and I figured since they are
considered to be the "Win32 Perl Standard" now, that Win32::GUI would be
pre-installed. In fact, it's not even available from AS via the PPM. The
more I use the AS version of Perl for Win32, the more disappointed I become.
It's too bad that Gurusamy Sarathy is no longer creating his own ports -- I
believe he works for AS now.
So, to make a long story short, does anyone have any insight on how to make
the GUI module install properly? The documentation that comes with the
module is sparse at best.
-- Eric
-------------------------------------------------------------
C:\WINNT\Profiles\eric\Desktop\gui>perl Makefile.PL
Checking if your kit is complete...
Looks good
'AUTHOR' is not a known MakeMaker parameter name.
Note (probably harmless): No library found for 'comctl32.lib'
Note (probably harmless): No library found for 'import32.lib'
Note (probably harmless): No library found for 'cw32mti.lib'
Note (probably harmless): No library found for 'odbc32.lib'
Note (probably harmless): No library found for 'odbccp32.lib'
Writing Makefile for Win32::GUI
C:\WINNT\Profiles\eric\Desktop\gui>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
makefile(417) : fatal error U1003: syntax error : '=' missing in macro
Stop.
C:\WINNT\Profiles\eric\Desktop\gui>perl -v
This is perl, version 5.004_02
Copyright 1987-1997, Larry Wall
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5.0 source kit.
-------------------------------------------------------------