[perl-win32-gui-hackers] Re: another code revision

2004-06-01 Thread Glenn Linderman
So, when I add "use warnings;" to the BitmapScroll.pl sample code, I get 40 "Use of uninitialized value in subroutine entry..." warnings. The line number information lines up with the call to EndPaint. EndPaint contains 40 attempts to obtain "-ps.*" values. There seems to be a correlation. BU

Re: [perl-win32-gui-hackers] new build

2004-06-01 Thread Glenn Linderman
On approximately 6/1/2004 2:34 AM, came the following characters from the keyboard of Jez White: Hi all, For the last couple of builds I've been getting this error: Win32::GUI object version 0.0.671 does not match $Win32::GUI::VERSION 0.0.681 at C:/Perl/lib/DynaLoader.pm line 225. nmake

Re: [perl-win32-gui-hackers] new build

2004-06-01 Thread Jez White
Thanks, worked a treat:) jez. - Original Message - From: Laurent ROCHER To: Jez White ; Win32 GUI Hackers Sent: Tuesday, June 01, 2004 6:43 PM Subject: Re: [perl-win32-gui-hackers] new build Try, to clean you build environement and regenerate makefile. nmake clean per

Re: [perl-win32-gui-hackers] new build

2004-06-01 Thread Laurent ROCHER
Try, to clean you build environement and regenerate makefile. nmake clean perl Makefile.pl or perl Makefile_m.pl nmake install Laurent. - Original Message - From: Jez White To: Win32 GUI Hackers Sent: Tuesday, June 01, 2004 11:34 AM Subject: [perl-win32-gui-hackers] new build

[perl-win32-gui-hackers] new build

2004-06-01 Thread Jez White
Hi all, For the last couple of builds I've been getting this error: Win32::GUI object version 0.0.671 does not match $Win32::GUI::VERSION 0.0.681 at C:/Perl/lib/DynaLoader.pm line 225. Anyone else been getting this? Cheers, jez.