Home > Archive > PERL Modules > August 2005 > How to package the _Inline folder contents in an exe produced using Perl.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to package the _Inline folder contents in an exe produced using Perl.
|
|
| Sankaran 2005-08-29, 7:55 am |
| 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
| |
| Sisyphus 2005-08-30, 3:55 am |
|
"Sankaran" <psankarv@yahoo.com> 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
|
|
|
|
|