@Joe If you pick Visual Studio 17's C++ compiler then you need the DLL for 17. Otherwise it won't have support for the updated versions of C++ std::string and other things. I also tried to show how you can avoid the redist packages by using UCRT instead. Or mingw, but yes you have libraries there too, which I guess I always static-linked.
↧