VisualD + VS2017

Chris Katko ckatko at gmail.com
Sat Sep 29 07:08:02 UTC 2018


I just did a fresh install of VisualD, straight from the linked 
site with the installer.

I can make a D project but it won't compile. It says "build 
succeeded" but then if I go to run it, it still says "no file 
exists, build?" So I click "yes" and it then fails to find any 
file.

     "Launch debugger: The program to launch does not exist:
     
C:\Users\[user]\novous\source\repos\WindowsApp4\WindowsApp4\Win32\Debug\WindowsApp4.exe"

Inside WindowsApp4.build.cmd, I ran each line individually from 
command prompt and this line is failing:

      "C:\Program Files (x86)\VisualD\pipedmd.exe" -msmode -deps 
x64\Debug\WindowsApp4.lnkdep link.exe 
@C:\Users\[user]\source\repos\WindowsApp4\WindowsApp4\x64\Debug\WindowsApp4.link.rsp

with the error:

     std.file.FileException at std\file.d(3749): x64\Debug: The 
system cannot find the path specified.

Also,

C:\Program Files (x86)\VisualD\pipedmd.exe <---works

WindowsApp4.link.rsp <-- exists from the previous command line.

"x64\Debug\WindowsApp3.lnkdep" <--- I don't have this file. And 
it's also odd to have a relative path like that.


More information about the Digitalmars-d-ide mailing list