.lib problem
Lloyd Dupont
ld-REMOVE at galador.net
Fri Jun 3 09:56:44 PDT 2011
Thanks I'll try tomorrow! :)
(now I should really go to bed...)
"Andrej Mitrovic" wrote in message
news:mailman.565.1307117174.14074.digitalmars-d-learn at puremagic.com...
If you have coffimplib (which isn't free), then you could just convert
the windows sdk import lib to OMF format.
Otherwise, you can create an import library from a DLL.
Find the DLL (e.g. kernel32.dll), and run:
implib /s kernel32.lib kernel32.dll
Then link with the new import lib. I think that should work.
More information about the Digitalmars-d-learn
mailing list