首页
社区
课程
招聘
[求助]VC 6 搞QueueApc.cpp出现问题拉~
发表于: 2008-12-30 06:56 5418

[求助]VC 6 搞QueueApc.cpp出现问题拉~

2008-12-30 06:56
5418

Apc_injection.cpp(67) : error C2065: 'ULONG_PTR' : undeclared identifier
\Apc_injection.cpp(67) : error C2146: syntax error : missing ')' before identifier 'lpData'
\Apc_injection\Apc_injection.cpp(67) : error C2059: syntax error : ')'、

我加了winbase.h了
也加了winnt那个宏定义了。。
可是
就是认不到
ulong_ptr类型

我typedef也不可以。。。。

2008和谐编译....
有人遇到过没~~~

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 210
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
在文件开头加句
#define ULONG_PTR ULONG
试试
2008-12-30 15:39
0
游客
登录 | 注册 方可回帖
返回
//