阅读:1117回复:2
能看过来吗?帮帮我
谁能告诉我,一个usb驱动setup文件主要包括那些文件,各内容是什么作用?
还有,我用DriverWorks编译时出现下面错误,怎么解决? Deleting intermediate files and output files for project \'test - Win32 Checked\'. --------------------Configuration: test - Win32 Checked-------------------- Compiling resources... Compiling... Test.cpp C:\\PROGRA~1\\NUMEGA\\DRIVER~1\\DRIVER~3\\include\\vdw.h(76) : fatal error C1083: Cannot open include file: \'wdm.h\': No such file or directory TestDevice.cpp C:\\PROGRA~1\\NUMEGA\\DRIVER~1\\DRIVER~3\\include\\vdw.h(76) : fatal error C1083: Cannot open include file: \'wdm.h\': No such file or directory Error executing cl.exe. test.sys - 2 error(s), 0 warning(s) The following environment variables were not found $(CPU) $(BASEDIR) |
|
|
沙发#
发布于:2003-07-22 10:45
没用过DriverWorks,看报错信息好像是你的DDK的INCLUDE目录
设置不对。 |
|
板凳#
发布于:2003-07-22 10:54
明显是缺头文件嘛,吧库文件拷到编译的目录。
|
|