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

Reply via email to