Re: How to package the _Inline folder contents in an exe produced using Perl.




"Sankaran" <psankarv@xxxxxxxxx> wrote in message
news:1125308605.539591.113590@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> I am using Inline::C module to call few C functions from my perl
> application. When I am building my perl application an _inline folder
> is getting created which contains the Inline related DLLs.
>
> Is it possible to package this folder also along with my perl exe, so
> that while delivering my exe I can avoid packaging the _inline folder.
>

I take it that you're using some tool (such as perl2exe, PerlApp, or PAR's
pp utility) to convert your Inline::C script into an executable. The
question you asked would better be raised on a forum that deals specifically
with the tool you've chosen to use. You should also provide that forum with
information on what you've tried and what errors you got.

Hth.

Cheers,
Rob


.



Relevant Pages