Converting Visual Studio 2010 Projects to VS 2012

You can upgrade any Visual Studio 2010 project from this book's example programs just by opening the project in Visual Studio 2012. There is one adjustment you must make, however:

  1. Select Properties from the Project menu.
  2. Select Configuration Properties.
  3. Select Linker.
  4. Select Advanced.
  5. Find the Image Has Safe Exception Handlers option and set it to No.
  6. Click OK to save your changes.