I recently install DMD, and encountered this page while Googling. It gave me some hints, but my changes to make it work on 64-bit Windows 7 + MSVC 2012 is really much less drastic. After adding C:\dmd2\windows\bin to PATH, I only need to edit the LIB line in sc.ini to the following effect:

LIB="%VCINSTALLDIR%lib\amd64";"%WindowsSdkDir%lib\win8\um\x64";"%@P%\..\lib"

I can then launch a VS2012 Developer Command Prompt to use either -m32 and -m64 modes. For the "normal" command prompt, -m32 works, but -m64 does not. I do not feel it a problem for me at all.

Reply via email to