转自:http://blog.youkuaiyun.com/ykm0722/article/details/7737616
使用VS2008,debug成功,但Release时会报fatal error C1900的link错误:
1>------ Build started: Project: game_client, Configuration: Release Win32 ------
1>Linking...
1>fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
1>LINK : fatal error LNK1257: code generation failed
1>Build log was saved at "file://d:\work\wizard\output\game_client\Release\BuildLog.htm"
1>game_client - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
需要安装VS2008的SP1插件
Microsoft Visual Studio 2008 Service Pack 1插件官方下载地址,安装这个就OK啦