You can build Win32-AdminMisc sources yourself using AS1000. You'll need

  1. CUString.hpp & CUString.lib

    I ripped these from Win32-Scheduler_v20000702.tar.gz

  2. A one-line edit to include\win32Perl.h

    Line 87 becomes

    #if PERL_VERSION >= 8

    Not in keeping with the style of the header file--but it works!

  3. The following command line (which I wrapped for posting) and which assumes MS VC v6. (Other compilers YMMV):
    cl -MT -LD -EHsc -I"c:\cl\include" -I"include" -I"c:\perl510\lib\CORE" -DWIN32 -DPERL5008 *.cpp *.c CUString.lib WinCPUIDlib.lib lib\Accounts_Lite.lib c:\perl510\lib\CORE\perl510.lib c:\cl\lib\user32.lib c:\cl\lib\AdvAPI32.lib c:\cl\lib\wsock32.lib c:\cl\lib\NetAPI32.lib c:\cl\lib\WinMM.lib c:\cl\lib\Version.Lib ADMINMISC.DEF /link /nodefaultlib:libc

    Adjust paths to suit your setup. Good luck if you want try and generate a makefile :)

    Copy the files:

    • AdminMisc.pm to \your510path\site\lib\Win32\
    • AdminMisc.dll to \your510path\site\lib\auto\Win32\AdminMisc\

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Re: impersonation under win32 by BrowserUk
in thread impersonation under win32 by briannz556

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.