rick181
驱动牛犊
驱动牛犊
  • 注册日期2004-03-01
  • 最后登录2004-08-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1067回复:0

用Driverstudio编程好郁闷啊!

楼主#
更多 发布于:2004-05-16 11:17
就用他的原代码做一个简单的usb刚搞好框架自己的程序都还没有加就出了下面的错误真不知道是为什么?大家帮帮忙啊!我刚学wdm编程一个月新手得不能在新了!
Compiling...
D12TEST.cpp
c:\\NTDDK\\inc\\wdm.h(354) : error C2146: syntax error : missing \';\' before identifier \'Lock\'
c:\\NTDDK\\inc\\wdm.h(354) : error C2501: \'PULONG_PTR\' : missing storage-class or type specifiers
c:\\NTDDK\\inc\\wdm.h(354) : error C2501: \'Lock\' : missing storage-class or type specifiers
C:\\PROGRA~1\\NuMega\\DRIVER~1\\DRIVER~4\\include\\kdriver.h(953) : fatal error C1903: unable to recover from previous error(s); stopping compilation
D12TESTDevice.cpp
c:\\NTDDK\\inc\\wdm.h(354) : error C2146: syntax error : missing \';\' before identifier \'Lock\'
c:\\NTDDK\\inc\\wdm.h(354) : error C2501: \'PULONG_PTR\' : missing storage-class or type specifiers
c:\\NTDDK\\inc\\wdm.h(354) : error C2501: \'Lock\' : missing storage-class or type specifiers
C:\\PROGRA~1\\NuMega\\DRIVER~1\\DRIVER~4\\include\\kpnplow.h(333) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Error executing cl.exe.
 :(
游客

返回顶部