VS 2010 Upgrade: error C2061: syntax error : identifier 'exception'
I've imported a VC++ 6.0 project into Visual Studio 2010 and am trying to compile it. I get this error: error C2061: syntax error : identifier 'exception' on this code try { // } catch...
www.experts-exchange.com |