I know there are tons of other threads about it, but I couldn't find any which could help me.
So I've got VS2013 Ultimate installed. I've got an old project which works with only VS2008SP1. On other compilers it has compatibility issues which I don't want to bother with. So I would like to try to compile it from 2013 with 2008 tools, so I hope I can compile it without uninstalling my current VS2013.
- So, if I install VS2008, will this overwrite my current 2013 or just getting added as a toolset?
- If I use 2008 toolset, will this work the same way as I had a VS2008?
- Do I have to do something else to make it work?
And just a secondary question which is not related to may current question at all: If I compile a lib with VS2013, can I use this lib in my VS2008 Project, or do I have to compile the lib with VS2008 too?
Thank you for your answers!