What's up with the windows headers?

Phil Lavoie maidenphil at hotmail.com
Wed Dec 26 13:56:30 PST 2012


All right I got a problem now.
Including winver.d triggers the inclusion of version.lib through 
this:
pragma(lib, "version.lib");
However, this import library does not exist. So I created it 
using,implib /noi /system version.lib ...\System32\version.dll 
then moved it to the dmd\windows\lib folder.
Now when running using rdmd I get this error message:
--- errorlevel 1
Which means... WHAT?!?!?!?!

Thanks for any help


More information about the Digitalmars-d mailing list