When I built this new PC I didn't install VC++ 6.0 as I didn't think I'd ever need it again.
However, I've just discovered I need to rebuild a really old application. It doesn't compile under VS 2008 (which isn't surprising since it hasn't been touched in 7 years) and as my C++ skills are a little rusty I don't have the time to try and work out whether I can change the code or not.
The easiest solution would seems to be just to install VC++ 6.0, but I can't find any information as to whether it's a sensible thing to do or not.
Basically, will it break my VS 2008 install?