Alright it's come down to this.
I have this piece of example code posted straight from microsoft.
And I want to compile it and run it. It says I should link to these libraries
Mssdk\Lib\Advapi32.lib
Mssdk\Lib\Kernel32.lib
Ntddk\Libfre\I386\Lsadll.lib
Ntddk\Libfre\I386\Ntdll.lib
How do I link directly to those libraries?
Also after I downloaded the core SDK and the DDK I got some newer files. and this sample code asks for ntsecapi.h which is normally included but there are newer versions in the ntddk and the microsoft sdk directories. How do I handle this?
Thanks,
Martin Asher
masher@adi-cs.com
I have this piece of example code posted straight from microsoft.
And I want to compile it and run it. It says I should link to these libraries
Mssdk\Lib\Advapi32.lib
Mssdk\Lib\Kernel32.lib
Ntddk\Libfre\I386\Lsadll.lib
Ntddk\Libfre\I386\Ntdll.lib
How do I link directly to those libraries?
Also after I downloaded the core SDK and the DDK I got some newer files. and this sample code asks for ntsecapi.h which is normally included but there are newer versions in the ntddk and the microsoft sdk directories. How do I handle this?
Thanks,
Martin Asher
masher@adi-cs.com