Search code examples
visual-studio

Changing compiler


Can I use compiler from VS 2010 while using VS2008?


Solution

  • Depends on your code. If you're developing in ANSI C++ you should be fine. If you're using MFC-specific functionality that was added for VS 2010, you may be out of luck.