RE: [perl-win32-gui-hackers] Commit

2005-10-03 Thread Jeremy White
Hi, Had a problem with Imagelist.xs on Mingw - a couple of #ifdef __MINGW__ should be #ifdef __MINGW32__ Cheers, jez.

Re: [win32gui] RE: [perl-win32-gui-hackers] Commit

2005-10-03 Thread Robert May
Jeremy White wrote: Had a problem with Imagelist.xs on Mingw - a couple of #ifdef __MINGW__ should be #ifdef __MINGW32__ OK - I corrected this and committed. I think we need a better way of testing for these functions, as they are present in my MinGW headers, and I was compiling fine :-)

[perl-win32-gui-hackers] ANNOUNCE: New Win32::GUI mailing list: [EMAIL PROTECTED]

2005-10-03 Thread Robert May
All, There is a new list available at https://sourceforge.net/mail/?group_id=16572 It is a send-only list, sending details of commits made to the Win32-GUI CVS repository. Subscribe if you want to follow more details of what is being committed ... I'll announce it more widely once I'm a b

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: 1.01_04 patch

2005-10-03 Thread Robert May
Reini Urban wrote: I've done now Devel::Cover tests for the old and new tests. $ perldoc Devel::Cover $ HARNESS_PERL_SWITCHES=-MDevel::Cover make test $ cover what stmt bran cond sub podtime total 3 tests only:11.4 6.3 9.5 11.1 16.7 100.09