Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello Guys, I am new to perl and se

Status
Not open for further replies.

milind7705

Programmer
May 17, 2012
1
US
Hello Guys, I am new to perl and seeking your help for one issue.
I have developed a perl program in linux and is working fine. Now I have to make it work on windows as a standalone .exe. I've tried google and found pp(PAR::packer) can do it for me. Then, I generated the .exe by
pp -p sample.pl -o sample.par
pp sample.par -o sample.exe
The sample.exe generated by this is not workin on my win7 laptop(it doesn't have perl installed as pp utility is meant for it). It is giving program to big to fit in memory(the .exe size is 3MB). Can anybody help to convert my pl to exe.
Master google says, The error is due to incompatible binaries of .exe.
How can I make these binaries so that they can work on any windows?
All help on this is appreciated.
 
Have you tried creating the .exe under Windows, or just under Linux? You will need to install perl under Windows (at least temporarily, and possibly on another system) to allow you to create it.

Annihilannic
[small]tgmlify - code syntax highlighting for your tek-tips posts[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top