HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
298 stars 189 forks source link

Fix misleading warnings in msvc setup scripts #1035

Closed tobil4sk closed 1 year ago

tobil4sk commented 1 year ago

Currently, if locating MSVC via vswhere fails, hxcpp says Could not find Visual Studio 2017 VsDevCmd. This is misleading since vswhere is used for all versions of Visual Studio since 2017, so it makes it seem like hxcpp tried to look for the wrong version of MSVC.

Closes #1008