|
更换图片后,编译到mmiresource时报了如下的编译错误,请大虾指点一二:
"plutommi\mmi\Inc\PixtelDataTypes.h", line 608: Warning: C2220W: Superfluous ',' in 'enum' declaration
"plutommi\Customer\custresource\CustImgDataHW.h", line 32684: Serious error: C2291E: <expression> expected but found 'const'
"plutommi\Customer\custresource\CustImgDataHW.h", line 32684: Serious error: C2282E: expected '{' - inserted before 'const'
"plutommi\Customer\custresource\CustImgDataHW.h", line 32684: Error: C2285E: expected ';' or ',' - inserted ';' before 'const'
"plutommi\Customer\custresource\CustImgDataHW.h", line 32686: Serious error: C2291E: <expression> expected but found 'const'
"plutommi\Customer\custresource\CustImgDataHW.h", line 32686: Serious error: C2282E: expected '{' - inserted before 'const'
"plutommi\Customer\custresource\CustImgDataHW.h", line 32686: Error: C2285E: expected ';' or ',' - inserted ';' before 'const' |
|