VisualD
Rainer Schuetze
r.sagitario at gmx.de
Sat Mar 19 09:08:29 UTC 2022
On 18/03/2022 14:13, Mike Parker wrote:
> On Friday, 18 March 2022 at 05:11:21 UTC, Rinzwind wrote:
>
>>
>> Probably easy to fix if one knows the details, but I don't. Just
>> getting my feed wet with D and even did not use Visual Studio much
>> before.
>
> You can set the path to DMD and other tools in the global settings:
>
> https://rainers.github.io/visuald/visuald/GlobalOptions.html
Indeed, setting it there should help.
The issue is that VS 2022 is a 64-bit process so Visual D installer
doesn't pick up the registry entries from the 32-bit installers by
default. See also https://issues.dlang.org/show_bug.cgi?id=22764
I've fixed that for the next release.
More information about the Digitalmars-d-ide
mailing list