http://qs321.pair.com?node_id=1004849


in reply to Re^2: Win32::GUI on 64bit Windows?
in thread Win32::GUI on 64bit Windows?

Hi dasgar

Thanks for the information. I use only Active Perl in Windows. I was thinking Win32 modules are not supported in x64 perl.

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Replies are listed 'Best First'.
Re^4: Win32::GUI on 64bit Windows?
by Anonymous Monk on Nov 22, 2012 at 09:53 UTC

    You'll need to build Win32::GUI yourself for a 64 bit machine. But it's simple enough if you are using the late version of Activestate's perl.

    ppm install mingw

    Will install the 64 bit compiler suite, then download the latest sourcecode for Win32::GUI, NOT from cpan, but from:

    http://sourceforge.net/projects/perl-win32-gui/

    It contains the various patches needed for 64 bit.

    Follow the instructions on building (it's simple enough)

    Enjoy:)