Thanks. However, if I use this command line...
C:\Masm32\bin>polib C:\Windows\System32\mshtml.dll /extract:ShowHTMLDialog /out:test.lib /machine:x86
... I get a bunch of new warnings ...
POLIB: warning: '' already defined in 'MSHTML.dll'; ignoring definition in 'MSHTML.dll'.
POLIB: warning: '__imp_' already defined in 'MSHTML.dll'; ignoring definition in 'MSHTML.dll'.
... and a much bigger lib file (5706 instead of 1412 bytes).
Is there any logic in this?