You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced with DMD 2.087 installer.
On fresh Windows installation, install DMD, then while installing, select "Install MSBuild only" option. Let MSBuild install. After everything finishes, create a new project with 'dub init' and try to 'dub run' it. The project will compile, but crash because of missing MSVCR100.dll.
Installing MVSVC++ 2010 Redist packages solves the problem, but I believe this should be handled by the installer for a better out of the box experience.
The text was updated successfully, but these errors were encountered:
skocznymr reported this on 2019-07-17T20:44:30Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=20061
Description
The text was updated successfully, but these errors were encountered: