As for testing your executable, I'd recommend opening a command prompt and try running it from there. It's possible that by doing so, you may get to see any output that gets sent to STDERR. Otherwise, things may disappear before you get a chance to see them.

Looking at how you're using pp, I suspect that may be the root of your issues. Look at the documentation for pp for more details about the available options. In particular, I'd recommend using -c and/or -x options. (NOTE: That's -c and -x, not -C and -X.) These options will try to "determine additonal run-time dependencies" and will package those into your executable. If you find out that you're still missing packages/libraries/files, you may need to use other options to explicitly add in those packages/libraries/files.


In reply to Re: Tk and Par pp missing window on windows 7 by dasgar
in thread Tk and Par pp missing window on windows 7 by sweetblood

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.