Thread overview
[Issue 19445] Linking to lib under c:\Program Files (x86) does not work in Visual D
Nov 29, 2018
Russell Haley
Dec 06, 2018
Rainer Schuetze
Dec 22, 2018
Rainer Schuetze
November 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19445

--- Comment #1 from Russell Haley <russ.haley@gmail.com> ---
Oh, sorry, I am using VS 2017 (15.8.1) and VisualD 0.47.0.

--
December 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19445

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

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

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

Indeed, selecting a library with the file selector should add a pair of quotes if there are spaces in the name. I can reproduce it not working in that case, too.

The current workaround would be to use the short names (e.g. "progra~2")without quotes but these are not portable to other systems.

Quoting the library search path seems ok, too, so you can also add the library without path and add its path as a search path (with the trailing quote).

--
December 22, 2018
https://issues.dlang.org/show_bug.cgi?id=19445

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

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

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
fix released in https://github.com/dlang/visuald/releases/tag/v0.48.1

--