After migrating our software from VS2005 to VS2012 I get the following error
error LNK2019: unresolved external symbol ___report_rangecheckfailure referenced in function _main
which is caused by using /GS option. In VS2012 there is an extended secure switch /sdl. Don't I need /GS any more? If no, how can I solve this problem without forgoing the security?