Re[2]: ntdll.dll

> Although there is an import library for ntdll that comes with the WDK,

it doesn’t contain linker members for everything that ntdll exports

Worse problem is that NTDLL contains a several symbols that are
defined in CRT dlls (like msvcr80.lib), and linker complains about
duplicate symbols.

L.

I did not know that. I’ve only used ntdll.lib once or twice and not in years, but that’s good to know.

Thanks,

mm

Ladislav Zezula wrote:

> Although there is an import library for ntdll that comes with the WDK,
> it doesn’t contain linker members for everything that ntdll exports

Worse problem is that NTDLL contains a several symbols that are
defined in CRT dlls (like msvcr80.lib), and linker complains about
duplicate symbols.

L.

There is also Native NT Toolkit (NDK) by Alex Ionescu.

http://www.boot-land.net/forums/?showtopic=3791#entry27788

-bg