views:

26

answers:

1

hello all,I am trying to include the header but its unreconized..Do I need to change any project settings..help me please!!

+1  A: 

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

jdehaan
yes,I have already installed..I included in the additional dependencies in the project settings..I got an error "unable to open c:/programfiles.obj"
kiddo
Are you sure you use the build environment "Checked Build Environment" for example. The include paths should then be set correctly. I use NOT to install the WDK inside a path with spaces, maybe you did and this causes the trouble?
jdehaan