in reply to How to install "Perl GUI Loft" on Strawberry Perl?

I was able to download the source, extract and install it on a Windows 8 64-bit machine. Here's what I did

Open a command shell, cd into the PPM directory and execute install.bat

You mentioned ppm not found... 2 thoughts come to mind.

I had problems with Win32::GUI. As other's have mentioned, Loft is using an old version. There was a "known" problem with using this version on 64-bit windows. See this. I had to grab that patched version of Win32::GUI extract it to a directory and build it using the familiar: Perl Makefile.PL, dmake, dmake install.

After which, I was able to cd into the Demo directories and run the perl scripts provided

  • Comment on Re: How to install "Perl GUI Loft" on Strawberry Perl?

Replies are listed 'Best First'.
Re^2: How to install "Perl GUI Loft" on Strawberry Perl?
by HelenCr (Monk) on Mar 02, 2013 at 03:14 UTC

    ggoebel: thank you. I have Win32::GUI and the GUI Loft running on Windows 7 64 bit, with Strawberry perl 5.14.2.

    By the way, do you have an idea, how to make Win32::GUI work with Unicode/UTF-8?