I refer to a thread which I've quoted at the end of this mail. I have followed the instructions but got the error message (captured from DOS screen): > cp GUI.pm blib\lib\Win32/GUI.pm > cp BitmapInline.pm blib\lib\Win32/GUI/BitmapInline.pm > cp GridLayout.pm blib\lib\Win32/GUI/GridLayout.pm > C:\usr\bin\Perl5_97\bin\perl.exe -IC:\usr\bin\Perl5_97\lib -IC:\usr\bin\ > Perl5_97\lib C:\usr\bin\Perl5_97\lib\ExtUtils/xsubpp -typemap C:\usr\bin\Perl5_ > 97\lib\ExtUtils\typemap -typemap typemap GUI.xs >xstmp.c && C:\usr\bin\Perl5_97\ > bin\perl.exe -IC:\usr\bin\Perl5_97\lib -IC:\usr\bin\Perl5_97\lib -MExtUtils: :Com > mand -e mv xstmp.c GUI.c > Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [-nolinenumb > ers] [-s pattern] [-typemap typemap]... file.xs > NMAKE : fatal error U1077: 'C:\USR\BIN\PERL5_97\BIN\PERL.EXE' : return code '0xf > f' > Stop. > Any help? could you please (in addition) answer to my eMail address [EMAIL PROTECTED]? -> thanks > To: [EMAIL PROTECTED] > Subject: Re: [perl-win32-gui] Install from Zip file, not just PPM? > From: Joey Frasier <[EMAIL PROTECTED]> > Date: Fri, 12 Nov 1999 14:56:08 -0500 > In-Reply-To: <[EMAIL PROTECTED]> > > -------------------------------------------------------------------------- ------ > > First unzip. > > Then go to that dir. > > perl MakeFile.PL (proper casing) > > then (download nmake from Microsoft) > http://support.microsoft.com/download/support/mslfiles/Nmake15.exe > > install this dos program and then use: > > nmake.exe (in module dir) > > nmake.exe test (if there is a test with this module) > > nmake.exe install > > That should be it. >