我用的是2K系统装的是SP1,用2KDDK和DS3.2开发USB驱动程序,可现在遇到了下面这些问题:
C:\camere\Driver\camereDriver.cpp(0) : fatal error C1083: Cannot open include file: 'warning.h': No such file or directory
camereDevice.cpp
C:\camere\Driver\camereDevice.cpp(0) : fatal error C1083: Cannot open include file: 'warning.h': No such file or directory
camereQueue.cpp
C:\camere\Driver\camereQueue.cpp(0) : fatal error C1083: Cannot open include file: 'warning.h': No such file or directory
Generating Code...
Error executing cl.exe.
D:\PROGRA~1\COMPUW~1\DRIVER~1\DRIVER~4\include\kcsq.h(11): Could not find the file csq.h.
D:\PROGRA~1\COMPUW~1\DRIVER~1\DRIVER~4\include\kcsq.h(11): Could not find the file csq.h.
D:\PROGRA~1\COMPUW~1\DRIVER~1\DRIVER~4\include\kcsq.h(11): Could not find the file csq.h.
那个csq.h到底是干吗的啊? 在计算机里查找也没有这个头文件,只有kcsq.h而没有csq.h,各位大虾帮帮忙好吗?小弟万分感谢!