Is there a 2003 compatibility setting in Visual Studio 2008 (compiler compatibility, not project / s

Posted by Knarf Navillus on Stack Overflow See other posts from Stack Overflow or by Knarf Navillus
Published on 2010-06-08T21:48:04Z Indexed on 2010/06/08 21:52 UTC
Read the original article Hit count: 506

Hello,

I have a Visual Studio 2003 solution that I've opened with VS2008, and it converted successfully. However, it won't build because the code contains some things that were acceptable under Visual Studio 2003, but simply don't fly under Visual Studio 2008. Changing the code would be really difficult in my particular situation. Is there a flag or something that I can set which would use 2003-compatible compilation?

Cheers, Frank

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio-2008