Hello Monks,
I recently created a Perl Gtk2 GUI program that I wanted to package together into a standalone Windows Executable.
I've been using Linux almost religiously the last few years so I was hoping someone could help me out or point me in
the right direction with this.
I'm currently using Windows XP 32-bit, and I have Strawberry Perl v5.18.0 installed. I had ActivePerl installed at first
but had lots of difficulties getting Gtk2 installed and had much better luck installing Gtk2 when I was using Strawberry Perl
instead. I had never installed Perl on Windows before this point so it could have just been a coincidence that Strawberry
worked out better.
I've also downloaded the CavaPackager program in order to package my program into a Windows executable. But when attempting
to build the project, CavaPackager throws an error because you can't use any Perl version above 5.14 with the program and
I'm currently using 5.18. I also attempted to use the Perl2Exe Command but that only supports up to Perl v5.16...
I'd like to keep Perl v5.18 on the PC and I did find posts where people said that it is possible to have more then one Perl
version installed, but if I try to run the Strawberry Perl Windows installer
(*i.e. .msi file) I get an error saying
a newer version is already installed. So I'm assuming I'd have to install/compile from source, is that right?
Also, I had a thought that maybe I could create another user on the Windows XP PC and attempt to install it under that user?
Does anyone think that doing that might be easier
(*if at all possible), then compiling a second version of Perl from
source?
Any suggestions would be greatly appreciated!
Thanks in Advance,
Matt
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.