作者在 2010-08-06 11:20:56 发布以下内容
The problem is a mixture of header file between DDK and VC 2008
My solution:
- In VS 2008 project,
- In the "C/C++ -> Preprocessor" - Set ignore default standard include path to YES
- In the "General->Additional Include Directories" specified
the DDK path "C:\WinDDK\6000\inc\api; C:\WinDDK\6000\inc\crt"
- compile and it work - Hope this help
My solution:
- In VS 2008 project,
- In the "C/C++ -> Preprocessor" - Set ignore default standard include path to YES
- In the "General->Additional Include Directories" specified
the DDK path "C:\WinDDK\6000\inc\api; C:\WinDDK\6000\inc\crt"
- compile and it work - Hope this help