这两行,居然报错,不知哪错了?
----------------------------------------------------------
e:\mygame.cpp(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
e:\mygame.cpp(46) : error C2086: 'int AST' : redefinition
之前在.h头文件里,声明了变量。编译报错。
把头文件里的变量,转移到cpp文件中。编译报同类错误。
怀疑是旧的缓存。清理(删除)旧的“解决方案”、旧的“生成”,重新生成(编译),故障依旧。
添加上述两行测试代码 int AST; AST=8888; 报同样错误。
机子上的VS2005象中了邪一样。 作者: a7777777 时间: 6 天前
谢谢!作者: 喜欢与撩 时间: 6 天前
换一个编译器试试呢?作者: flyhigh 时间: 6 天前
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
BaseClasses/ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int