Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,250 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have developed application using Visual Studio 2019 IDE. Which uses both .NET 4.8 and C++ 14 versions. Can we ship the application (32 bit) without adding VC++ redist 2019 x86. Our targetted platforms are
Windows 10, Windows Server 2016 and Windows Server 2019.
If you can make your C++ application work when statically linked, yes.