阅读:786回复:0
ezusbsys.c编译问题
错误提示:d:\\document\\tcd-max\\ezusbdrv\\ezusbsys.c(323) : fatal error C1083: Cannot open include file: \'wdm.h\': No such file or directory
Error executing cl.exe. 将wdm.h拷到VC98\\include\\目录下,该错误不见了,变成了找不到或打不开ntdef.h.同理将ntdef.h拷到include\\下,又提示找不到另一头文件。依次下去最后所有头文件都找到了,却出现了102个wdm.h语法错误。请大侠们指点。 |
|