On 23 May 2014 01:45, Anonymous via Digitalmars-d <digitalmars-d@puremagic.com> wrote: > 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.
The installer needs to be updated to be aware of VS2013's pathing. Bug it?