in reply to impersonation under win32
You can build Win32-AdminMisc sources yourself using AS1000. You'll need
I ripped these from Win32-Scheduler_v20000702.tar.gz
Line 87 becomes
#if PERL_VERSION >= 8
Not in keeping with the style of the header file--but it works!
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:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: impersonation under win32
by briannz556 (Beadle) on Mar 27, 2008 at 09:04 UTC | |
by Anonymous Monk on Mar 27, 2008 at 09:17 UTC | |
by BrowserUk (Patriarch) on Mar 27, 2008 at 09:27 UTC | |
by briannz556 (Beadle) on Mar 27, 2008 at 10:31 UTC |