阅读:1648回复:3
build时找不到库文件,请指教
WindowsXP系统,WindowsXP DDK,DriverStudio,VC6.0编写驱动程序,build时提示出现下列错误LINK : fatal error LNK1181: cannot open input file 'C:\PROGRA~1\Compuware\DriverStudio\DriverWorks\lib\i386\checked\vdw_wdm.lib'
该路径下只有vdw和kndiswdm两个库文件,没有vdw_wdm.lib,不知如何解决,请高手指教,谢谢各位! |
|
沙发#
发布于:2008-09-07 14:51
vdw_wdm在DDK的lib目录下有,你用搜索工具搜一下就出来了,然后把路径添加到targetlib里面就可以了
|
|
板凳#
发布于:2008-09-07 16:29
多谢多谢
|
|
地板#
发布于:2008-09-07 21:30
在DDK的目录下我并没有找到要用的库文件,然后我编译DDK中source文件夹下的VdwLib工程,出现如下错误
// DUMMY hidport.h // This file is intentionally empty. // #ifdef NTVERSION #if NTVERSION == 'WDM' #error The file is from the DDK at src\wdm\hid\inc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK! #endif 编译显示的错误就是error语句内容: The file is from the DDK at src\wdm\hid\inc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK! 怎么解决啊?捣鼓了一晚上了,没进展,谢谢 |
|