I have been working on a project for over a year and now its time for it to come to an end. Right now I'm trying to package the perl scripts into a standalone executable so that it can be used on any system regardless. I have 3 systems; A Windows Vista, a Linux, and a Windows XP. I first tried to make an exe in linux for a linux system using pp, it worked wonderfully. Now onto the windows. Talk about the blues. I first had problems even getting Gtk2 to install and work on my Windows XP machine. Needless to say it still does not work. To my surprise I got Gtk2 to work great on my Vista machine. This is covered here, http://perlmonks.org/?node_id=632246. Now I have to package the perl script in windows for windows using pp. When I installed PAR-Packer and tried to create my exe file I recieved this error: parloQXY.exe - Entry Point Not Found: The procedure entry point Perl_sv_2iv_flags could not be located in the dynamic link library perl58.dll. I have been trying to get help in the par mailing list but that has now hit a stand still. Now, I'm looking for any suggestions on how to get my script in a standalone exe. Anything, I'm getting desperate!!!

In reply to PAR::Packer Blues by deadpickle

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.