As far as I know, in order for PerlApp to work smoothly you need to have ActivePerl installed in your system and use its repositories to install extra modules.

Assuming you're OK with the above, I suppose it should all work out for you if you create a file argfile.args containing the following lines (which are good for ActivePerl 5.10):

--bind mingwm10.dll[file=C:/Perl/site/lib/Alien/wxWidgets/msw_2_8_9_un +i_mslu_gcc_3_4/lib/mingwm10.dll,extract,mode=444] --bind wxbase28u_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidgets/ +msw_2_8_9_uni_mslu_gcc_3_4/lib/wxbase28u_gcc_wxperl.dll,extract,mode= +444] --bind wxbase28u_net_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidg +ets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxbase28u_net_gcc_wxperl.dll,extra +ct,mode=444] --bind wxbase28u_xml_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidg +ets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxbase28u_xml_gcc_wxperl.dll,extra +ct,mode=444] --bind wxmsw28u_adv_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidge +ts/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_adv_gcc_wxperl.dll,extract +,mode=444] --bind wxmsw28u_aui_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidge +ts/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_aui_gcc_wxperl.dll,extract +,mode=444] --bind wxmsw28u_core_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidg +ets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_core_gcc_wxperl.dll,extra +ct,mode=444] --bind wxmsw28u_gl_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidget +s/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_gl_gcc_wxperl.dll,extract,m +ode=444] --bind wxmsw28u_html_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidg +ets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_html_gcc_wxperl.dll,extra +ct,mode=444] --bind wxmsw28u_media_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWid +gets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_media_gcc_wxperl.dll,ext +ract,mode=444] --bind wxmsw28u_qa_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidget +s/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_qa_gcc_wxperl.dll,extract,m +ode=444] --bind wxmsw28u_richtext_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wx +Widgets/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_richtext_gcc_wxperl.d +ll,extract,mode=444] --bind wxmsw28u_stc_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidge +ts/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_stc_gcc_wxperl.dll,extract +,mode=444] --bind wxmsw28u_xrc_gcc_wxperl.dll[file=C:/Perl/site/lib/Alien/wxWidge +ts/msw_2_8_9_uni_mslu_gcc_3_4/lib/wxmsw28u_xrc_gcc_wxperl.dll,extract +,mode=444] --bind gdilib/gdiplus.dll[file=C:/Perl/site/lib/Alien/wxWidgets/msw_2_ +8_9_uni_mslu_gcc_3_4/os/gdiplus.dl_,mode=444]

Argfile.args should be placed in the same folder with the .pl file you have been trying to compile.


In reply to Re: Compiling Problems with PerlApp! Please Help. by emav
in thread Compiling Problems with PerlApp! Please Help. by StmyD

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.