polib.exe /out:ntdll.lib ntdll.dll
POLIB: fatal error: Internal error (create_archive_file).
polib can not read 64bit dll ?
This works in Microsoft Windows Server 2003 R2 64bit SP2
polib.exe /out:ntdll.lib \windows\system32\ntdll.dll
64bit os (2003/xp/vista)
polib.exe /out:ntdll.lib \windows\system32\ntdll.dll <- 32bit dll - ok !
polib.exe /out:ntdll.lib \windows\sysnative\ntdll.dll <- 64bit dll - error !
For making LIB files from DEF files I had to add /machine:X64 to POLIB.