> so I should copy perlcrt.dll in the same directory as the exe file to be > compiled and once complied the .exe will NOT require percrt.dll at all in > any other machine where it runs ?
Not quite. Copy the file from your windows\system32 directory to the _target_ computer and place it in the same directory as the executable. This discussion is probably off-topic for this list. If you have more questions please email me at [EMAIL PROTECTED] Indy Singh IndigoSTAR Software -- www.indigostar.com ----- Original Message ----- From: "christopher sagayam" <[EMAIL PROTECTED]> To: <perl-win32-gui-users@lists.sourceforge.net> Sent: Sunday, January 14, 2001 8:17 PM Subject: Re: [perl-win32-gui-users] perl2exe stuff > Thanks for helping > > V3.13 > > so I should copy perlcrt.dll in the same directory as the exe file to be > compiled and once complied the .exe will NOT require percrt.dll at all in > any other machine where it runs ? > > chris > ----- Original Message ----- > From: Indy Singh <[EMAIL PROTECTED]> > To: <perl-win32-gui-users@lists.sourceforge.net> > Sent: Monday, January 15, 2001 6:25 AM > Subject: Re: [perl-win32-gui-users] perl2exe stuff > > > > > it complaines " perlcrt.dll not found" > > > > Make sure that you are using the correct version of Perl2Exe. There are > > several versions of Perl2Exe for different versions of Perl. > > > > Perl2Exe V4.03 for Perl 5.6 is the latest version. It does NOT use > > perlcrt.dll > > Perl2Exe V3.13 for Perl 5.005_03 is an older version. It uses perlcrt.dll > > > > You have two options: > > 1) Use Perl2Exe V4.03 and Perl 5.6. You will not run into this problem > > because this version of Perl2Exe does not use perlcrt.dll. > > > > 2) If you must use Perl2Exe V3.13, copy perlcrt.dll to the same directory > as > > your executable file. The perlcrt.dll file will be located in your > > windows\system32 directory. It was placed there when you installed Perl > > 5.005_03. > > > > If that does not help let me know what version of Perl you are using. > > > > Indy Singh > > IndigoSTAR Software -- www.indigostar.com > > > > > > ----- Original Message ----- > > From: "christopher sagayam" <[EMAIL PROTECTED]> > > To: <perl-win32-gui-users@lists.sourceforge.net> > > Sent: Thursday, January 11, 2001 12:19 PM > > Subject: [perl-win32-gui-users] perl2exe stuff > > > > > > > since there are many win32 gurus in this list I thought I could post it > > here > > > > > > when I use > > > > > > "Use sockets" in my perl win32 GUI code and convert it to .exe using > > > perl2exe > > > > > > and I try to run the code in another machine it complaines " perlcrt.dll > > not > > > found" > > > > > > can I compile perlcrt.dll into the .exe using perl2exe ? > > > > > > or is there any program available which will convert perl to .exe FULLY > ? > > > > > > > > > chris > > > > > > > > > > > > > > > _________________________________________________________ > > > Do You Yahoo!? > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > > > > _______________________________________________ > > > Perl-Win32-GUI-Users mailing list > > > Perl-Win32-GUI-Users@lists.sourceforge.net > > > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > > > > > > > _______________________________________________ > > Perl-Win32-GUI-Users mailing list > > Perl-Win32-GUI-Users@lists.sourceforge.net > > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >