I am trying to include the header <ntddk.h> but it’s unreconized. Do I need to change any project settings?
I am trying to include the header <ntddk.h> but it’s unreconized. Do I need
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need the a windows driver development SDK. I suppose you already installed it.
WDK (latest version): http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx
Then you just need to use the build environment (command line) to build the drivers. If you are not making driver development, then I do not know what you want to do with ntddk.h