Hi,
I haven't used perl2exe. But if your purpose is to create exe file I suggest you to use PAR::Packer module. The biggest advantage that you will get by using it is there will be no additional lines like 'This exe file was created with the evaluation version of Perl2Exe'. If you want to go perl2exe way then other members on this list can guide you better as I haven't used that. Thanks, Sanket Vaidya _____ From: [email protected] [mailto:[email protected]] On Behalf Of Perl Perl Sent: Tuesday, July 14, 2009 9:59 PM To: [email protected] Subject: perl2exe issue for Tk and Tk::PathEntry Dear All, Once I removed 'use lib path' and used command line option -I. I don't see any warning message while creating exe file, but while running the created exe, I am seeing below error. V:\aec_MAIN\platform_verif\tools\ExeFiles\Perl\Linux>testcasegenaddfile_wind ow.exe Perl lib version (v5.8.8) doesn't match executable version (v5.10.0) at PERL2EXE_STORAGE/Config.pm line 46. Compilation failed in require at PERL2EXE_STORAGE/DynaLoader.pm line 25. BEGIN failed--compilation aborted at PERL2EXE_STORAGE/DynaLoader.pm line 25. Compilation failed in require at PERL2EXE_STORAGE/XSLoader.pm line 110. Compilation failed in require at PERL2EXE_STORAGE/Tk.pm line 13. BEGIN failed--compilation aborted at PERL2EXE_STORAGE/Tk.pm line 13. Compilation failed in require at V:\aec_MAIN\platform_verif\tools\ExeFiles\Perl\Linux\testcasegenaddfile_wind ow.exe line 7. BEGIN failed--compilation aborted at V:\aec_MAIN\platform_verif\tools\ExeFiles\Perl\Linux\testcasegenaddfile_wind ow.exe line 7. This exe file was created with the evaluation version of Perl2Exe. For more information visit http://www.indigostar.com <http://www.indigostar.com/> (The full version does not display this message with a 2 second delay.) ... Any suggestion or tips could help me solve the problem are appreciated Regards, Mujju On 7/14/09, Perl Perl <[email protected]> wrote: Hi All, 1) I am facing a issue while using the "perl2exe" to generate and running exe file. Please find given warning as below while generating exe. I tried debugging this but I am unable to resolve. V:\aec_MAIN\platform_verif\tools\ExeFiles\Perl\Linux>perl2exe -gui testcasegenaddfile_window.pl Perl2Exe V9.100C Copyright (c) 1997-2008 IndigoSTAR Software This is an evaluation version of Perl2Exe, which may be used for 30 days. For more information see the attached pxman.htm file, or visit http://www.indigostar.com <http://www.indigostar.com/> Converting 'testcasegenaddfile_window.pl' to testcasegenaddfile_window.exe Warning: Can't locate VMS/Filespec.pm at C:\Perl\lib\FindBin.pm line 112 @INC = C:\Perl\site\lib, C:\Perl\lib, ., V:\aec_MAIN\platform_verif\tools\Perl\lib, must be directory, not file) Is abovoe warning makes any difference to created exe? 2) While running built exe, I am getting the below error. The application has failed to start because perl58.dll was not found. Re-installing the application may fix this problem. Looks I have to register the perl58.dll here. If it is could you please let me where can I find perl58.dll. I face these problem only while using Tk and Tk::pathEntry in my script. For other simple pel scripts, everything works fine. -- Regards, Mujju _____________________________________________________________________ This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at [email protected] and delete this mail. _____________________________________________________________________
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
