Visual D -- VS2017

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue May 9 12:19:24 PDT 2017



On 09.05.2017 09:43, jj wrote:
> On Tuesday, 9 May 2017 at 06:52:14 UTC, Rainer Schuetze wrote:
>>
>>
>> On 07.05.2017 19:08, jj wrote:
>>> On Sunday, 7 May 2017 at 16:53:03 UTC, jj wrote:
>>>> On Sunday, 7 May 2017 at 15:00:52 UTC, Rainer Schuetze wrote:
>>>>> [...]
>>>>
>>>> did that, but could not find any error message
>>>
>>> another info:
>>> with right click project i get visuald and can change settings.
>>> only for ldc (newest beta version) i can not debug.
>>
>> Ok, I guess Visual D is working now in general.
>>
>> With LDC you might be running into
>> https://issues.dlang.org/show_bug.cgi?id=17384. if not, please provide
>> a few more details.
>
> dmd works in release and debug. as for ldc debug:
>
> Building x64\Debug LDC\ConsoleApp1.exe...
> LINK : fatal error LNK1171: mspdb140.dll kann nicht geladen werden
> (Fehlercode: 193)
> Error: C:\Program Files (x86)\Microsoft Visual
> Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x64\link.exe
> failed with status: 1171
> Building x64\Debug LDC\ConsoleApp1.exe failed!
> Details saved as
> "file://H:\DSOURCE\ConsoleApp1\ConsoleApp1\x64\Debug%20LDC\ConsoleApp1.buildlog.html"

That's the same problem as in the bug report. Please change the 
executable search paths in Tools->Options->Projects and 
Solutions->Visual D Settings->LDC->x64 from

$(VCTOOLSINSTALLDIR)bin\HostX86\x64

to

$(VCTOOLSINSTALLDIR)bin\HostX64\x64


More information about the Digitalmars-d-ide mailing list