编译DDK中source文件夹下的VdwLib工程,出现如下错误
// DUMMY hidport.h
// This file is intentionally empty.
//
#ifdef NTVERSION
#if NTVERSION == 'WDM'
#error The file is from the DDK at src\wdm\hid\inc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK!
#endif
编译显示的错误就是error语句内容:
The file is from the DDK at src\wdm\hid\inc. Install DDK HID samples to install hidport.h. Or update INCLUDE path for hidport.h in the DDK!
怎么解决啊?捣鼓了一晚上了,没进展,谢谢