dlang / visuald

Visual D - Visual Studio extension for the D programming language
http://rainers.github.io/visuald/visuald/StartPage.html
Boost Software License 1.0
289 stars 69 forks source link

Add support for Visual Studio 2022 17.3 and 17.4 #138

Closed akgvn closed 2 years ago

akgvn commented 2 years ago

Can't build D projects on VS 17.3 (latest Visual Studio 2022). 17.4 is the preview version and probably has the same problem.

rainers commented 2 years ago

Thanks for contributing.

Unfortunately the DLLs with the specific versions are needed in the folders given by the hint path, so that the matching dbuild DLLs can be built on the same system. I'll try to get hold of these...

rainers commented 2 years ago

merged as part of https://github.com/dlang/visuald/pull/139. Works with the preview of 17.4, too. Thanks.