NO

Author Topic: make lib from 64bit dll // fatal error: Internal error  (Read 4436 times)

bingo

  • Guest
make lib from 64bit dll // fatal error: Internal error
« on: October 22, 2008, 11:48:10 AM »
polib.exe /out:ntdll.lib ntdll.dll
POLIB: fatal error: Internal error (create_archive_file).

polib can not read 64bit dll ?



Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: make lib from 64bit dll // fatal error: Internal error
« Reply #1 on: October 22, 2008, 02:42:43 PM »
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

  • Guest
Re: make lib from 64bit dll // fatal error: Internal error
« Reply #2 on: October 22, 2008, 02:53:52 PM »
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

  • Guest
Re: make lib from 64bit dll // fatal error: Internal error
« Reply #3 on: October 26, 2008, 06:09:20 AM »
For making LIB files from DEF files I had to add /machine:X64 to POLIB.