Windows API Translation
Andrej Mitrovic
andrej.mitrovich at gmail.com
Tue Feb 8 12:14:36 PST 2011
That's exactly what I did a minute ago:
For %%a in (*.dll) do implib /s %%~na.lib %%a
:)
Gotta hate that cryptic batch syntax though..
I am still missing these two though:
uuid.dll
winspool.dll
>From what I can tell uuid is used with COM, but it isn't installed on
my system for some reason. Winspool is for printers, right? I don't
care about that one.
More information about the Digitalmars-d
mailing list