Connecting Tech Pros Worldwide Help | Site Map

Usage of Perlcc

  #1  
Old June 12th, 2008, 08:07 AM
Member
 
Join Date: Jan 2007
Posts: 48
Hi all,
I have a simple .pl program which I need to convert to EXE... It has no modules used but when I try to use perlcc it gives following error.. Iam trying the same in windows machine... The main purpse of doing the same is others should not have option to see my code.. Anyother way of achieving the same without using perlcc also will be helpfull.

c:\perl\bin\perlcc.bat -o get getcall.pl
Note (probably harmless): No library found for 'oldnames.lib'
Note (probably harmless): No library found for 'kernel32.lib'
Note (probably harmless): No library found for 'user32.lib'
Note (probably harmless): No library found for 'gdi32.lib'
Note (probably harmless): No library found for 'winspool.lib'
Note (probably harmless): No library found for 'comdlg32.lib'
Note (probably harmless): No library found for 'advapi32.lib'
Note (probably harmless): No library found for 'shell32.lib'
Note (probably harmless): No library found for 'ole32.lib'
  #2  
Old July 4th, 2008, 12:09 PM
Newbie
 
Join Date: Dec 2007
Posts: 29

re: Usage of Perlcc


You can make use of perl2exe utility to convert a perl script to an executable.
Below link will be helpful for you.
http://www.indigostar.com/perl2exe.htm
Reply