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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
The problem is with PATH. The mspdb* DLLs seem to be available for the 2 native
linkers (x86 => x86, x64 => x64) only, so for 64-bit targets, it should be
`...\bin\HostX64\x64` (the linker being able to use > 3 GB memory being a nice
side effect). The WinSDK dir for PATH should most likely also be x64 instead of
the current x86 one.

[By clearing VSINSTALLDIR, LDC takes care of setting up the environment and
that's why it works (1.3 at least, 1.2 doesn't support VS 2017).]

--

Reply via email to