The trial period licensing applies only to using the PDK - not the executables that are created by using the PDK.

It's been a long time since I have used PDK, but if the PDK licensing (even for the trial version) includes some restrictions/requirements regarding use/distribution of executables created by PDK, then those licensing restrictions/requirements would still apply to the executables you created even after the trial period expires.

As stevieb suggested, using the pp utility from PAR::Packer is a good free alternative.

I'm assuming that if you're using PDK, then you're probably using ActiveState's ActivePerl. If so, I'd recommend using the PPM utility to install dmake and MinGW from ActiveState's PPM repository. With 32-bit ActivePerl, this will let you install modules directly from CPAN, which will let you install PAR::Packer. (For 64-bit ActivePerl, there might be additional steps needed in order to install modules directly from CPAN.) Alternatively, you can move to using Strawberry Perl, which comes with all of the compiler tools needed to install modules directly from CPAN.

Another alternative to using PDK is Cava Packager from the Citrus Perl folks. I personally have not used Cava Packager so I can't really comment on it.


In reply to Re: Creating .exe using PERL dev kit by dasgar
in thread Creating .exe using PERL dev kit by biovijay89

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.