On Tuesday, 15 October 2013 at 04:20:06 UTC, evilrat wrote:
On Tuesday, 15 October 2013 at 02:17:39 UTC, Brad Anderson wrote:

What I need is help testing it. I only have the means to test on VC2010/SDK 7.0a at the moment. If you have any combination of VC2012 or VC2013 and Windows SDK 7.1, 8.0, or 8.1 it would help if you could try out this installer and test out building a simple 64-bit program (e.g., dmd -m64 helloworld.d) and reply here on whether or not it worked. Thanks.


VS2012/SDK 7.1 gives following

C:\Users\Public\Documents\prog>dmd -m64 hello.d
Can't run 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64\link
.exe', check PATH


This version should fix that.
http://gnuk.net/dmd-2.064-beta-new-sc.ini-2.exe

my actual path to linker is C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64 , after renaming the folder it requires by some reason mspdb11.dll, even after that it fails to link with over 1k missing symbols.

I don't know what to make of mspdb11.dll.  Anyone have any advice?

Reply via email to