我在2010年安装了一个视觉工作室项目,安装在两台不同的笔记本电脑上,一台安装了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.0\VC\atlmfc\include\atlcomcli.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.0\VC\atlmfc\include\atlcomcli.h 1774 1 PRJ_var
Error 5 error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.EXE"' : return code '0x2' D:\Novinsoft\NIS\scfa\NMAKE PRJ_var
Error 6 error MSB3073: The command "NMAKE /f PRJvar.mak /a" exited with code 2. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets 43 6 PRJ_var
这很奇怪,因为在Windows 7上,它可以在两台笔记本电脑上使用Visual Studio 2010 Professional完美编译。我有相同版本的Visual Studio和相同的文件/目录。两款笔记本电脑都使用64位操作系统。
谁能知道问题是什么?
提前致谢。