首页
社区
课程
招聘
[求助]如此错误 即将奔溃
发表于: 2012-5-19 15:36 3703

[求助]如此错误 即将奔溃

2012-5-19 15:36
3703
'DWORD' : illegal use of this type as an expression
'arrayOfFunctionAddresses' : undeclared identifier
'DWORD' : illegal use of this type as an expression
'arrayOfFunctionNames' : undeclared identifier
'WORD' : illegal use of this type as an expression
'arrayOfFunctionOrdinals' : undeclared identifier
'DWORD' : illegal use of this type as an expression
syntax error : missing ';' before identifier 'functionOrdinal'
'functionOrdinal' : undeclared identifier
'DWORD' : illegal use of this type as an expression
错误还有很多

本来驱动是借KsBinSword反病毒explorer,可以完全编译,然后我想加个KBSmon.c,就出现了一大堆错误,这种错误 不知何故 早上弄到下午  错误依然顽固,请指教

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 297
活跃值: (265)
能力值: ( LV4,RANK:55 )
在线值:
发帖
回帖
粉丝
2
变量声明放到函数的最开始,别使用的时候才声明
2012-5-19 16:38
0
雪    币: 796
活跃值: (370)
能力值: ( LV9,RANK:380 )
在线值:
发帖
回帖
粉丝
3
如果你驱动文件后缀是cpp,那么变量可以在任何位置声明,如果你的后缀是c,变量的声明必须在最开始的地方。
2012-5-20 10:04
0
游客
登录 | 注册 方可回帖
返回
//