I'm a tad confused.

you say first that the windows error refers to MSVCR.dll (handles C's printf(), etc) but then tell us that from "the command prompt window" you're seeing an error related to Win32::AdminMisc but that that dll is where you expect to find it.

The use Win32::AdminMisc line doesn't refer (directly) to a dll. It refers to a module.

And the module, which appears to be homepaged at Roth Consulting comes with some warnings...

What is this Parse Exception error all about?
The ActiveState builds occasionally change the way extensions internally work. This causes a problem when you are attempting to load an extension designed for, let's say, build 303 into build 306. If you tried to do this you would get an error message indicating that a "parse exception" has occurred.
The easy way to contend with this is to either...
# recompile the extension with the headers for your build of Perl OR
# download a build of the extension that matches your build of Perl.
You will need to know which build of Win32 Perl you are using.
The rule of thumb is you want to use the build that is closest or earlier than your current build. So if you are using build 313 then you want to download AdminMisc_Build_311.zip since there are none for 313 or 312. (This is because all three of these builds are compatible with each other)
The AdminMisc_Build_xxx.zip is a replacement for the AdminMisc.PLL file. You need to download and install the entire package then, if you need it, download the specific build.
The package and builds are available from our FTP site as ftp://ftp.roth.net/pub/ntperl/adminmisc/20030714/
There are a few incompatibilities between (perl) build 313 and any remotely-current build, so this may have some relevance.

In reply to Re: Win32::AdminMisc Problems by ww
in thread Win32::AdminMisc Problems by ronniec

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.