in reply to Creating Standalone Win32 Executable

That sounds suspicious, what did you install exactly?

After you build an exe with pp -x ... try it out locally by first using set path= then  myexe.exe

Replies are listed 'Best First'.
Re^2: Creating Standalone Win32 Executable
by bihuboliya (Acolyte) on Jul 20, 2012 at 08:26 UTC
    Thanks for the reply. I actually did not use the -x option. I did 'pp -o a.exe b.perl'. I installed the module 'PAR-Packer-1.013'

      Just checking: Did you follow the link Anonymonk gave you to see why the -o option is not appropriate?

      I installed the module 'PAR-Packer-1.013'

      You said that in your original post, you should be more specific

        Hi... I got it running in the client machine after copying the per514.dll file from my machine to the current folder of the client machine where there is no Perl installation :) However, please let me know if somehow I could make the dll file included in the exe itself. By the way, it seems pp does check for all the dependencies and included them while making the exe.