Tue Aug 30 20:37:21 2016: Request 117323 was acted upon.
Transaction: Correspondence added by BHALLISSY
Queue: PAR-Packer
Subject: parl a.par not finding DLL that was added with -l
Broken in: 1.035
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=117323 >
On Tue Aug 30 16:56:15 2016, RSCHUPP wrote:
> While it's reasonable to assume, it won't actually work.
> The DLL problem is just one aspect that works in a packed executable,
> but not in .par + parl. Another is data files, either packed
> explicitly with "-a" or implicitly for modules who are known to
> install stuff besides the actual Perl code.
I take it this is a change from earlier releases, as our previous release seems
to work OK. Be that as it may...
We have 31 separate scripts bundled in one par. If we create a packed
executable that includes them all, is there a way (other than copying the .exe
file) to invoke specific scripts -- preferably: are their commandline
parameters I can use to launch individual scripts? I'd hate to have to install
31 copies of the .exe file. On Linux and Mac I could use ln, but on Windows...?
Bob