64-bit DMD for windows?

Anonymous via Digitalmars-d digitalmars-d at puremagic.com
Thu May 22 08:45:32 PDT 2014


With VS2013 installed, I had an issue with the DMD installer's
config. mspdb*.dll are located in VC/bin, not VC/bin/x86_amd64,
and using -m64 caused a linker error. Adding %VCINSTALLDIR%\bin
to sc.ini's PATH fixed the problem and produced a working hello
world with -m64.


More information about the Digitalmars-d mailing list