There's perl2app that comes bundled with the Perl Dev Kit on Active State. 
Unfortunately, the whole package comes with a price. Other than that, I am not sure if 
there are any other perl exe conversion pgm. 


-----Original Message-----
From: Jackson, Harry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 7:49 AM
To: '[EMAIL PROTECTED]'
Subject: Perl2exe



I am trying to compile a script to an executable in Win NT and getting the
following.

Converting 'Search_Remedy.pl' to Search_Remedy.exe
Warning: Can't locate Tie/Registry.pm at C:\Perl\site\lib\DBD\Oracle.pm line
106
@INC = C:\Perl\lib, C:\Perl\site\lib, ., must be directory, not file)


I know I have this module missing and have been unable to find it on ASPN. I
have found the Win32::TieRegistry but not the one it wants.

These are the offending lines from Oracle.pm.

          eval q{
            require Tie::Registry;
            $Tie::Registry::Registry->Delimeter("/");
            $hkey= $Tie::Registry::Registry->{"LMachine/Software/Oracle/"};


I have a Tie directory in both my Site an Lib directories but no joy.

I was also wondering why I have had to include all these implicitly in my
script to get it to work. I thought that including "use lib" would sort out
any dependencies. 

use lib;
use Carp::Heavy;
use DBD::Oracle;
use Harry::Connect;

Is there a viable alternative to perl2exe on the market or is it the only
one out there at the moment

Harry






*************************************************************************************
COLT Telecommunications
Registered in England No. 2452736
Registered Office: Bishopsgate Court, 4 Norton Folgate, London E1 6DQ
Tel. +44 20 7390 3900

This message is subject to and does not create or vary any contractual
relationship between COLT Telecommunications, its subsidiaries or 
affiliates ("COLT") and you. Internet communications are not secure
and therefore COLT does not accept legal responsibility for the
contents of this message.  Any view or opinions expressed are those of
the author. The message is intended for the addressee only and its
contents and any attached files are strictly confidential. If you have
received it in error, please telephone the number above. Thank you.
*************************************************************************************


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to