Re: [perl-win32-gui-users] AS Perl 5.20 Win32-GUI PPM missing modules

2015-06-08 Thread kmx
IMO the reason is that somewhere between 5.14 and 5.20 Active State switched from Microsoft compiler to gcc compiler. Grid.pm requires MFC - not available for gcc/mingw-w64 AxWindow.pm requires Active Template Library (ATL) - not supported by gcc/mingw-w64 DIBitmap.pm can be fixed for gcc/mingw-

[perl-win32-gui-users] AS Perl 5.20 Win32-GUI PPM missing modules

2015-06-08 Thread John McMahon
Hi Win32-GUI installed via ActiveState PPM repository for AS Perl 5.20 seems to be missing some modules compared to AS Perl 5.14 and the CPAN tarball. Specifically the following: AxWindow.pm DIBitmap.pm Grid.pm HyperLink.pm SplashScreen.pm XMLBuilder.pm This applies to the current version of W