vs20010编译项目报了这个错误 :cannot find entry point ‘_InvokeCompilerPass C:\WINDOWS\system32\c1.dll’, make sure the correct version
解决方案:由于c1.dll版本较低,到vs2010安装目录下 D:\Program Files\Microsoft Visual Studio 10.0\VC\bin 复制c1.dll到 C:\WINDOWS\system32。
记得备份原先的c1.dll
730