[Issue 17808] VisualD doesn't work if Visual Studio is installed to non-ASCII path

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 6 06:39:58 UTC 2017


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

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Thanks for the report.

> but then it proceeds to install the extension to D:\Pliki program� (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions

Is it only visuald.pkgdef that is in the wrong place or are
extension.vsixmanifest and vdlogo.ico affected aswell?

> running the x86 target displays a console window for a fraction of a second, shows the following in the output, and does nothing else:

Try switching the debug engine to "Visual Studio" (debugging settings).

> as for the x64 target, the build script (x64\Debug\ConsoleApp1.build.cmd) contains wrong paths (two different ones!) as well, so VS cannot build anything. I've attached the file.

As a workaround you could try replacing $(VCInstallDir) and similar macros in
the global options with the explicit path.

--


More information about the Digitalmars-d-bugs mailing list