[Issue 14558] Attempts to link with DMD when using MSVC LDC under VisualD

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 21 01:39:45 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14558

--- Comment #8 from Manu <turkeyman at gmail.com> ---
(In reply to Rainer Schuetze from comment #3)
> It's LDC that is calling lib.exe, so probably the best Visual D can do is to
> add the path to the VC bin folder to the "Executable Paths" by default. For
> the mingw version of LDC, it cannot guess the path to the respective bin
> folder, though.

Okay, well I added the proper bin folder to the executable paths, and it worked
as expected.
I wonder if you can/should automatically add the path for the active version of
VS? You already automate these paths for the users active version of VS in
other cases right? (normal linking?)

--


More information about the Digitalmars-d-bugs mailing list