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

Rainer Schuetze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Rainer Schuetze <[email protected]> ---
Actually the 32-bit linker is used explicitely because 

- it works just as well to build x64 binaries
- it allows building x64 executables on 32-bit systems
- the filemonitor that records dependencies only works with the 32-bit linker

I guess what's wrong instead is that the PATH environment variable or the
executable path settings contain the path to the amd64 folder, so that the
wrong mspdb100.dll is found.

Maybe the linker executable has to be analyzed for its architecture to set the
appropriate PATH.

> Fresh install of VisualD (0.3.40-b1) into VS2010.

BTW: in case you missed that, there is a beta2 with basic C++ support.

--

Reply via email to