I want to upgrade to try Win 10. I am engaged in developing software that is used in my native seven, and it’s not at all clear whether what is compiled in win 10 will work correctly in win 7. Although as it should) Visual Studio Community 2015 compiler.
- It will be. Set the correct target. If it is C #, set the correct .NET framework. And compile under the desktop, not under UWP / Win8, etc. - VladD
- Just do not forget to install Redistributable on your seven. - VladD
|