Visual D -- VS2017

jj via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Tue May 9 00:43:54 PDT 2017


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"

ldc release:

Building x64\Release 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\Release LDC\ConsoleApp1.exe failed!
Details saved as 
"file://H:\DSOURCE\ConsoleApp1\ConsoleApp1\x64\Release%20LDC\ConsoleApp1.buildlog.html"





More information about the Digitalmars-d-ide mailing list