I first created a PERL script using ActivePerl 5.8.8 Build 819. I then created a Perl EXE using the pp command from the PAR package. Once I compiled my script into an exe when I ran the exe I got the following windows pop up box.
 Processor.exe - Entry Point Not Found. The procedure entry point Perl_Gsv_placeholder_ptr could not be located in the dynamic link library perl58.dll
Then on the command line the following error was given:
Can't load 'C:\DOCUME~1\LOCALS~1\Temp\par-rlife\cache-1212098299\9084e +e3c. dll' for module Win32::OLE: load_file:The specified procedure could no +t be found at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229. at ../blib/lib/PAR/Heavy.pm line 107 Compilation failed in require at script/Processor.pl line 39. BEGIN failed--compilation aborted at script/Processor.pl line 39.

Line 39 of my script is the following:
use OLE; use Win32::OLE qw(in with); use Win32::OLE::Const "Microsoft Excel"; use Win32::OLE::Variant; use Win32::OLE::NLS qw(:LOCALE :DATE);

Can anyone help?
Thanks in advance!

In reply to Problem Creating and Running Perl exe by ralife

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.