Hi, I have a project which i want to convert into an exe and distribute to the users, so i am using the PP module to build the exe and when i run the exe it gives me some errors as below. Even if i convert a small perl file to and exe i get these sort of errors. What is the reason for such errors.As per my understanding when i create an exe using the 'PP' module it parses all the dependencies in my project and creates the exe and when i run on the target machine it extracts the modules and run them? , am i correct ? Below is the error which i get

Microsoft Windows XP Version 5.1.2600 (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\buildrelease>d: D:\>a.exe Can't load 'C:\DOCUME~1\BUILDR~1\LOCALS~1\Temp\par-6275696c6472656c65617365\cache-5de9d69c9cca0756a361818dac68b8a145a8584c\c8ece430.dll ' for module XML::Parser::Expat: load_file:The specified module could not be found at C:/strawberry/perl/lib/DynaLoader.pm line 200. at C:/strawberry/perl/site/lib/PAR/Heavy.pm line 120 Compilation failed in require at XML/Parser.pm line 18. BEGIN failed--compilation aborted at XML/Parser.pm line 22. Compilation failed in require at XML/DOM.pm line 41. BEGIN failed--compilation aborted at XML/DOM.pm line 70. Compilation failed in require at TestSuite.pm line 3. BEGIN failed--compilation aborted at TestSuite.pm line 3. Compilation failed in require at script/Test.pl line 4. BEGIN failed--compilation aborted at script/TestSuiteExecuter.pl line 4. D:\>

In reply to Error while running an exe built using the PP module. by balajinagaraju

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.