Xman
驱动大牛
驱动大牛
  • 注册日期2001-08-24
  • 最后登录2011-10-07
  • 粉丝0
  • 关注0
  • 积分343分
  • 威望127点
  • 贡献值0点
  • 好评度34点
  • 原创分0分
  • 专家分0分
阅读:1046回复:1

急问:driversworks问题?

楼主#
更多 发布于:2002-06-11 09:53
--------------------Configuration: cap - Win32 Checked--------------------
Linking...
cap.obj : error LNK2001: unresolved external symbol \"public: static unsigned char __stdcall KPciConfiguration::Enumerate(class KPciSlot &,unsigned short *,unsigned short *)\" (?Enumerate@KPciConfiguration@@SGEAAVKPciSlot@@PAG1@Z)
capDevice.obj : error LNK2001: unresolved external symbol \"public: __thiscall KPciConfiguration::KPciConfiguration(unsigned short,unsigned short,class KPciSlot *)\" (??0KPciConfiguration@@QAE@GGPAVKPciSlot@@@Z)
capDevice.obj : error LNK2001: unresolved external symbol \"public: void __thiscall KPciConfiguration::Initialize(unsigned short,unsigned short,class KPciSlot *)\" (?Initialize@KPciConfiguration@@QAEXGGPAVKPciSlot@@@Z)
capDevice.obj : error LNK2001: unresolved external symbol \"public: long __thiscall KResourceRequest::Submit(class KDevice *,struct _UNICODE_STRING *)\" (?Submit@KResourceRequest@@QAEJPAVKDevice@@PAU_UNICODE_STRING@@@Z)
capDevice.obj : error LNK2001: unresolved external symbol \"public: static long __stdcall KResourceRequest::Release(class KDevice *,struct _UNICODE_STRING *)\" (?Release@KResourceRequest@@SGJPAVKDevice@@PAU_UNICODE_STRING@@@Z)
capDevice.obj : error LNK2001: unresolved external symbol \"protected: long __thiscall KPeripheralAddress::Initialize(enum _INTERFACE_TYPE,unsigned long,unsigned char,unsigned __int64,unsigned long,unsigned char)\" (?Initialize@KPeripheralAddress@@
IAEJW4_INTERFACE_TYPE@@KE_KKE@Z)
.\\objchk\\i386\\cap.sys : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.

cap.sys - 7 error(s), 0 warning(s)


我已经编译了vdm_wdm.lib,还缺什么?

[编辑 -  6/11/02 by  Xman]
[img]http://www.driverdevelop.com/forum/upload/Xman/2004-04-05_2004324183110706.jpg[/img]
Xman
驱动大牛
驱动大牛
  • 注册日期2001-08-24
  • 最后登录2011-10-07
  • 粉丝0
  • 关注0
  • 积分343分
  • 威望127点
  • 贡献值0点
  • 好评度34点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-06-12 09:13
解决了,版本问题! :D
[img]http://www.driverdevelop.com/forum/upload/Xman/2004-04-05_2004324183110706.jpg[/img]
游客

返回顶部