编译错误:
1>c:\program
files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(19) : error C2144: syntax error :
'__w64
unsigned int'
should be preceded by ';'1>c:\program
files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(19) : error C2144: syntax error :
'__w64
unsigned int'
should be preceded by ';'
问题:
那个地方少了一个分号,基本就在错误提示上面的哪个类里面错了问题。 【很可能是不小心拷贝粘贴了写无用字符串到代码中去了】
本文解决了一个常见的Microsoft Visual Studio编译错误C2144,该错误涉及类型定义问题,具体表现为缺少分号导致的语法错误。通过分析源代码文件sourceannotations.h中的错误提示,指出了问题所在并提供了可能的原因——可能是意外地将一些无用的字符串复制到了代码中。
1142

被折叠的 条评论
为什么被折叠?



