阅读:1533回复:4
请教高手:用DriverWorks产生驱动后的*.sys文件如何产生????
初学者谢谢了.,
|
|
沙发#
发布于:2005-04-27 15:54
???问什么呢?。。。
编译,, |
|
|
板凳#
发布于:2005-04-29 09:53
我用Driverworks生成一个简单的有读写功能的驱动后,按我的毕设老师教的步骤想编译生成*.sys.
1,打开生成驱动里的*.dsw; 2,用Build/Batch build编译,但却出现一个错误矿窗口: ERROR TEST - Win32 Checked The following DriverStudio libraries Library: vdw_wdm.lib VdwLibs.dsw - VdwLibs.dsp -\"Win32 WDM Checked\" Please Rebuild the DriverStudio libraries with the current DDk build settings. Use the \" Launch MSVC\" button to open Visual Studio with the current DDK build settings and the DriverStudio workspace. OK Help Launch MSVC(按钮) |
|
地板#
发布于:2005-04-29 13:44
我用Driverworks生成一个简单的有读写功能的驱动后,按我的毕设老师教的步骤想编译生成*.sys. 编译错误,当然不会生成*.sys文件啊 Please Rebuild the DriverStudio libraries 重新编译一下库,具体怎么编译以前很多帖子都说得很明白了,在本论坛搜一下,多试几次就~~祝好运 |
|
|
地下室#
发布于:2005-04-29 14:11
点打开->程序
找到你的driverstudio的相关项目 根据你的版本不同,在不同的位置有一个setting build eviromen(t编译环境).打开它用它来启动你的vc(你也许没有通过这种方式打开) 用打开工程的方式打开你的driverstudio安装目录下的Driverworks目录,下面的/source下面有一个工程,名字记得不很清楚了. 然后选择Build/Batch build编译. |
|