How can I get wxPerl to run with ActivePerl 5.10.0?

Here's what I've tried so far:

I have ActivePerl v5.10.0 installed.

(1) first I tried to install what I downloaded from wxperl.sourceforge.net, but that gave me "The PPD does not provide code to install for this platform".

(2) Then I found wxperl.co.uk, and installed wxPerl via PPM from http://www.wxperl.co.uk/repository

When I tried to run any of the wxPerl examples, or "perl -MWx", I got

--------------------------- perl.exe - Unable To Locate Component --------------------------- This application has failed to start because wxbase28u_gcc_wxperl.dll +was not found. Re-installing the application may fix this problem. --------------------------- OK ---------------------------

(3) Then I tried to modify PPD that came with original binaries from wxperl.sourceforge.net to say ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" not ..-5.8

That got something installed without errors, but "perl -MWx" gives me

--------------------------- perl.exe - Unable To Locate Component --------------------------- This application has failed to start because perl58.dll was not found. + Re-installing the application may fix this problem. --------------------------- OK ---------------------------

In reply to wxPerl with ActiveState Perl? (err after install) by flamey

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.