[Issue 13759] VS2010 Win64 linker path wrong

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 13759] VS2010 Win64 linker path wrong

2015-01-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #9 from Rainer Schuetze r.sagita...@gmx.de --- (In reply to sdv from comment #8) please try remove C:\Program Files (x86)\VisualD\filemonitor.dll Replaced by tracker.exe from msbuild now. --

[Issue 13759] VS2010 Win64 linker path wrong

2015-01-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13759] VS2010 Win64 linker path wrong

2014-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 sdv sd...@126.com changed: What|Removed |Added CC||sd...@126.com --- Comment #8 from sdv

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de --- I couldn't install VS2010, but it seems the problem also exist on VS2012: - the 32-bit link.exe is in $(VSINSTALLDIR)\VC\bin - the 32-bit mspdb110.dll is in $(VSINSTALLDIR)\Common7\IDE - the

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #7 from Rainer Schuetze r.sagita...@gmx.de --- Next time you have to install Visual D, please try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3 --

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #5 from Manu turkey...@gmail.com --- I just installed DMD+VisualD on another fresh installation with VS2010, and the same problem. It definitely doesn't work on fresh installs with 2010. The linker path just needs to be set to

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #4 from Sobirari Muhomori dfj1es...@sneakemail.com --- On my installation of VS2010 vcvars64.bat adds Common7\IDE to path, but VC\BIN\amd64 comes first, so 64-bit mspdb100.dll is picked from there. --

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #2 from Manu turkey...@gmail.com --- Hmmm. So you really think the settings are correct? Well it needs to be fixed in some way that it actually works at least :) I'll leave that decision with you, but in my case, I updated the path to

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- (In reply to Manu from comment #2) I'll leave that decision with you, but in my case, I updated the path to point to the 64bit linker and had no problems... what problems should I expect?