Visual Studio 2010项目不编译
我在2010年安装了一个Visual Studio项目,安装在两台不同的笔记本电脑上,一台使用Windows 7,另一台使用Windows 10.但事情是,当我在Windows 10上编译时,出现以下错误:
Error 3 error C2338: CVarTypeInfo< char > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled C:Program Files (x86)Microsoft Visual Studio 10.0VCatlmfcincludeatlcomcli.h 1751 1 PRJ_var
Error 4 error C2338: CVarTypeInfo< char* > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled C:Program Files (x86)Microsoft Visual Studio 10.0VCatlmfcincludeatlcomcli.h 1774 1 PRJ_var
Error 5 error U1077: '"C:Program Files (x86)Microsoft Visual Studio 10.0VCbincl.EXE"' : return code '0x2' D:NovinsoftNISscfaNMAKE PRJ_var
Error 6 error MSB3073: The command "NMAKE /f PRJvar.mak /a" exited with code 2. C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.MakeFile.Targets 43 6 PRJ_var
这很奇怪,因为在Windows 7上,它使用Visual Studio 2010 Professional在两台笔记本电脑上编译完美。 我有相同版本的Visual Studio和相同的文件/目录。 这两款笔记本都使用64位操作系统。
任何人都可以知道有什么问题吗?
提前致谢。
链接地址: http://www.djcxy.com/p/95575.html