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

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

am 29.08.2005 11:43:25 von Sankaran

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.

Regards,
Sankaran

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

am 30.08.2005 08:56:31 von Sisyphus

"Sankaran" wrote in message
news:1125308605.539591.113590@g47g2000cwa.googlegroups.com.. .
> 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