make lib from 64bit dll // fatal error: Internal error

Started by bingo, October 22, 2008, 11:48:10 AM

Previous topic - Next topic

bingo

polib.exe /out:ntdll.lib ntdll.dll
POLIB: fatal error: Internal error (create_archive_file).

polib can not read 64bit dll ?



TimoVJL

This works in Microsoft Windows Server 2003 R2 64bit SP2

polib.exe /out:ntdll.lib \windows\system32\ntdll.dll
May the source be with you

bingo

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 !


severach

For making LIB files from DEF files I had to add /machine:X64 to POLIB.