xqf
xqf
驱动牛犊
驱动牛犊
  • 注册日期2002-03-22
  • 最后登录2002-06-03
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1623回复:2

为什么我的NDIS Driver使用了memcmp会出现连接错误?

楼主#
更多 发布于:2002-04-26 10:04
为什么我的NDIS使用了memcmp会出现链接错误?
而在该程序中其他的C函数,如strcmp不会出现改错误呢?
同样,如果在ne2000的驱动程序中也加了memcmp也不会出现链接错误?


请高手多多发言!小弟不胜感激!!!




 :D :D :mad:

[编辑 -  4/26/02 作者: xqf]

[编辑 -  4/26/02 作者: xqf]
Oh,My God!
jeffhu
驱动牛犊
驱动牛犊
  • 注册日期2002-02-21
  • 最后登录2005-09-21
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-04-26 11:08
把连接错误信息贴上来,大家讨论讨论
hehe
xqf
xqf
驱动牛犊
驱动牛犊
  • 注册日期2002-03-22
  • 最后登录2002-06-03
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-04-26 11:14
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading e:\\NTDDK\\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining e:\\xie\\305bdrv\\driver directory for files to compile.
    e:\\xie\\305bdrv\\driver - 11 source files (18,512 lines)
BUILD: Compiling e:\\xie\\305bdrv\\driver directory
Compiling - interrup.c for i386
Compiling - prism2.c for i386
Compiling - card.c for i386
Compiling - cw10oid.c for i386
Compiling - cw10reg.c for i386
Compiling - dot11mib.c for i386
Compiling - tpidebug.c for i386
Compiling - tpiparam.c for i386
Compiling - md5c.c for i386
Compiling - codekeys.c for i386
Compiling - tpiutil.c for i386
BUILD: Linking e:\\xie\\305bdrv\\driver directory
Linking Executable - e:\\xie\\305bdrv\\bin\\chk\\i386\\prism2.sys for i386
interrup.obj() : error LNK2001: unresolved external symbol _memcmp
card.obj() : error LNK2001: unresolved external symbol _memcmp
e:\\xie\\305bdrv\\bin\\chk\\i386\\prism2.sys() : error LNK1120: 1 unresolved externals

BUILD: Done

    11 files compiled -  1424 LPS
    1 executable built - 3 Errors

 :mad:
Oh,My God!
游客

返回顶部