I am trying to PAR a Tk app. The packageing into an EXE works fine but then running the app causes this to come up. "The procedure entry point PL_memory_wrap could not be lcoated in the dynamic link library perl58.dll" This error is already reported numerous times on the bug report page but they are all many months old and nothing has been done. So I'm hoping that some wise monk knows a work around for this problem.. I installed brand new versions of ActivePerl and PAR but I still get the same error even though some of the bug reports say its fixed in .89 and i'm running .90 of PAR. Any ideas would be appreciated. Specific version info follows:

 2. PAR              [0.90] Perl Archive Tookit
C:\Call_Popup>perl -v This is perl, v5.8.7 built for MSWin32-x86-multi-thread (with 14 registered patches, see perl -V for more detail) Copyright 1987-2005, Larry Wall Binary build 815 [211909] provided by ActiveState http://www.ActiveSta +te.com ActiveState is a division of Sophos. Built Nov 2 2005 08:44:52

The following error is printed to the console AFTER the windows error mentioned above.

C:\Call_Popup>a.exe Can't load 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\par-Administrator\cache +-113408227 3\f16f3b90.dll' for module Socket: load_file:The specified procedure c +ould not b e 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 IO/Socket.pm line 12. BEGIN failed--compilation aborted at IO/Socket.pm line 12. Compilation failed in require at Net/EasyTCP.pm line 10. BEGIN failed--compilation aborted at Net/EasyTCP.pm line 10. Compilation failed in require at script/client.pl line 1. BEGIN failed--compilation aborted at script/client.pl line 1.

___________
Eric Hodges $_='y==QAe=e?y==QG@>@?iy==QVq?f?=a@iG?=QQ=Q?9'; s/(.)/ord($1)-50/eigs;tr/6123457/- \/|\\\_\n/;print;

In reply to PAR Memory Wrap Error by eric256

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.