http://www.perlmonks.org?node_id=1005096


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

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:)