|
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'
|