Download AES_4C - MarshallSoft Computing
Transcript
4.2.4 Microsoft Visual Studio C/C++ 2012 Visual Studio 2012 specific project files end with “.(VS2012).vcxproj” for 32-bit applications and “.(VS2012)x64.vcxproj” for 64-bit applications. In order to convert an older project file to VS 2012: 1. 2. 3. 4. 5. Open the older (.dsp, .vcproj, .vcxproj) project file with VS 2012. Let VS 2012 update to 2012 format when prompted. Select "Project", "Properties", "Linker", then "Advanced". Change the "Image Has Safe Exception Handlers" to NO (/SAFESEH:NO) Save project. This will insert the line <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> into your project file as the last line before </Link> 4.2.5 Microsoft Visual Studio C/C++ 2013 Visual Studio 2013 specific project files end with “.(VS2013).vcxproj” for 32-bit applications and “.(VS2013)x64.vcxproj” for 64-bit applications. Projects can be converted from VS 2010 as described in Section 4.2.4. 15