阅读:2037回复:0
各位老大,请教一个困扰很久的关于ntstrsafe.lib的问题啊
各位老大,我用的是VC6.0 + XPDDK + DS3.2,用DS生成了一个完全DDK支持的USB驱动框架,然后稍作修改后进行编译,为什么驱动程序的checked和free在build时总是出现:
Linking with DDK linker... ntstrsafe.lib(output.obj) : error LNK2019: unresolved external symbol @__security_check_cookie@4 referenced in function __output ntstrsafe.lib(woutput.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4 .\objchk\i386\CYUSBDriverCVer.sys : fatal error LNK1120: 1 unresolved externals Error executing link.exe 这个问题困恼了我好久了,在网上找了找怎样配置VC的帖子,都是不行啊,各位帮帮忙啊 还有个小问题,这个程序在build时会显示9个warning,因为又9个源文件,内容如下: Compiling with DDK compiler... usb.c warning: using obsolete header file usbioctl.h ....... 类似的警告又9个,不知是什么原因啊 |
|