I am using Visual Studio Community 2019 C# (my interface) and Visual Studio 2017 Community C++ (.exe who is called during interface process)
I need to export my project to others PC and if they do not have Visual Studio installed they are missing some dll. I know there is an option to select to free from this kind of things : "C++ 2015 Redistributable Package". Does anyone knows how I can solve this on VS 2019 and VS 2017, otherwise I will be forced to add an installer with my files.
Thanks