On Wednesday, 26 December 2012 at 21:56:31 UTC, Phil Lavoie wrote:
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
KK I think it's related to that bug:
http://d.puremagic.com/issues/show_bug.cgi?id=8377. So apparently
it has something to do with the align directive being used.
Fortunately it has been fixed. I'll have to rebuild dmd or wait
for new release.