Esteemed monks,

I have a large Win32 Perl/Tk app. It uses LWP and needs https, so it has to use two dll's - libeay32.dll and ssleay32.dll. All is fine provided the machine we install on either had up to date dll's or is able to use the dll's I unpack with the app using ActiveStates PerlApp packager.

But if their are outdated dll's in the Windows or Windows/System32 directories then I appear to be our of luck!

I have had to walk several users through the process of downloading and installing the newer DLL's in their Windows - having found where the files are.

I am almost at the point of writing a Perl based installer that will check out the whole sordid mess and figureo ut what needs to be done to replace the dll's. Is this the right way to do it? Am I missing something?

jdtoronto


In reply to Perl/TK application and DLL hell on Win32 by jdtoronto

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.