Thread overview
[Issue 17126] [Visual D] Enables D compiler on C++ projects by default
Jan 29, 2017
Rainer Schuetze
Jan 29, 2017
pravic
Jan 29, 2017
Rainer Schuetze
Feb 16, 2017
Rainer Schuetze
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17126

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
Thanks for reporting.

This definitely should not happen unless you have a *.d or *.di file in your project. It is expected that there is an additional entry "D Compiler" on the General page, but it should not have any effect if untouched.

--
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17126

--- Comment #2 from pravic <ehysta@gmail.com> ---
There are no such files in project.

Also I wonder, how phobos appears among libraries in %(AdditionalDependencies) macro, because Property Manager doesn't show any *.props files related to VisualD.

--
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17126

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
The D compilation is realized by automaticlly including a couple of props and targets files inside the ImportBefore/ImportAfter folders of the msbuild folders.

I can reproduce the problem, the respective settings are changed unconditionally right now. I'll look into it...

--
February 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17126

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
Should be fixed in https://github.com/dlang/visuald/releases/tag/v0.44-rc1

--