阅读:1873回复:10
又一个问题,找不到vdw_wdm.lib,为什么 ?帮帮忙拉
我在添加了CPU等的环境变量设置以后,编译,但又出现 了如下问题:inking...
LINK : fatal error LNK1181: cannot open input file \"C:\\PROGRA~1\\NuMega\\DRIVER~1\\DRIVER~3\\lib\\i386\\checked\\vdw_wdm.lib\" Error executing link.exe. TEST.sys - 1 error(s), 0 warning(s) 我又到相应的路径下找了一下,真的 没有这个文件,我该怎么办? 帮帮忙? |
|
沙发#
发布于:2002-11-06 16:19
你需要设定library的搜索路径
|
|
|
板凳#
发布于:2002-11-06 16:20
你需要设定library的搜索路径 他可能还没有吧那个lib库编译吧。 |
|
|
地板#
发布于:2002-11-06 16:22
Building the libraries using the Microsoft Visual C++ compiler and linker from within Microsoft Visual Studio.
This method cannot be used with the Windows XP DDK. 1.On the DriverStudio | Tools start program menu, choose \'Setup DDK and Start MSVC\' to setup the device driver build environment. (See Setting up the Visual Studio IDE.) 2.From within the Visual Studio IDE, open the DNW.dsw Visual Studio workspace file located in the \"source\" subfolder of the DriverNetworks root install folder. For a typical installation, this would be: C:\\Program Files\\Numega\\DriverStudio\\DriverNetworks\\Source\\DNW.dsw. 3.On the Visual Studio Build menu, select \'Batch Build...\'. 4.For 32-bit builds, check all the boxes except the 64-bit configurations (IA64). Select all of the 32-bit configurations except KNdisLib - Win32 NDIS 4 Miniport Free and Checked. If you are using the NT4 DDK, select only KNdisLib - Win32 NDIS 4 Miniport Free and Checked configurations for building. 5.For 64-bit builds, we suggest using the Windows XP DDK and the DDK BUILD utility. (See Building Drivers with the Windows XP DDK.) 6.Click \'Rebuild All\'. |
|
|
地下室#
发布于:2002-11-06 16:23
你没有编译vdw_wdm.lib这个文件! :D
|
|
|
5楼#
发布于:2002-11-06 16:42
请问那个LIB怎么编译呀
|
|
6楼#
发布于:2002-11-06 16:43
先编译driverworks\\source\\vdwlibs.dsw就可以了!
|
|
|
7楼#
发布于:2002-11-06 16:54
1.在VC IDE的路径中加入DriverWorks\\\\include和driverworks\\\\dep_vdw\\\\include
2.设定当前编译项 3.编译库文件 重复2.3直到库文件所有用到的版本都编译完成 |
|
|
8楼#
发布于:2002-11-07 15:52
谢谢各位了
|
|
9楼#
发布于:2002-11-07 15:56
散分吧!
|
|
|
10楼#
发布于:2002-11-07 16:05
我应该散了吧
好急的性子 |
|