Target OS: Windows DS7 64 Bit;
Our team is Using VS2010 for a C++ Framework development. We statically link with another Custom framework which is Using VS2010 as IDE. Our goal is to deliver static libs and dlls for clients which are using VS2005 or VS2010. Basically, we provide full functionality DLLs, but also a custom API.
Questions:
Is it possible that we update our IDE to VS2015 and keep linking to VS2010 deliverable from our "supplier"?
For our customers now: Is it possible that we build for all requested VS IDE versions by keeping only the Toolset (target framework) from VS 2010/2005 etc. and Uninstalling previous versions of MS VS from the Build Machines?