On Sat, 19 Jan 2002 11:43:31 -0800, "Vitaly Kupisk" <[EMAIL PROTECTED]>
wrote:

>Hi, I have a little script that uses a bunch of LWP, HTTP, etc. modules that
>I would to package up to give to someone who'll be calling it from his app
>(in Visual basic) and distributing the app to a bunch of clients who
>probably don't have perl installed.
>
>Any advice on how to bundle this script to make it easily transportable to
>any windows machine?  I tried unsuccessfully to compile it into an
>executable (perlcc tries to use "cl" as a C++ compiler (that's what it finds
>in
> $Config{PERL_CC}) which Windows doesn't recognise and the Borland bcc55
>won't compile what perlcc produces).
>Has anyone here compiled ActivePerl scripts into executables?
>
>I'd really like to avoid rewriting the thing in Visual Basic (although if
>someone wants to send me a VB function using wininet.dll that can post a
>file to an https, I would appreciate that very much, too).
>
>Oh, I just saw Alejandro's email mentioning perl2exe, I'll try that...


You could also try PerlApp from the Perl Dev Kit.  :)

-Jan

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to