including DDK headers

Hi,

I'm having a bit of trouble including headers from driver development kit to Visual Studio 2013. Can anyone help me, what I am doing wrong?


http://www.imageupload.co.uk/images/2014/06/26/Image.jpg


http://i.imgur.com/M6paaCB.jpg

thanks cplusplus.com
Last edited on
where are you Guys?

come on !!
Sounds like you increase the priority of the WinDDK include directory in the list of include directories. If you add it on the project properties, it should take precedence over the IDE-wide list.
Last edited on
You'll find the project directory settings under C/C++, General.
i am so sorry helios (11069)
watch this pic\\\ what can i do now

http://www.imageupload.co.uk/images/2014/06/27/image2.jpg
Add the path to the WinDDK include directory.
No, the DDK. That's the SDK.
header ntddk.h in this path :

C:\Program Files (x86)\Windows Kits\8.1\Include\km\ntddk.h
closed account (z05DSL3A)
Silly question...possibly...

Have you defined _WIN32_WINNT in your code? I noticed the error in one of your pictures was a C1189 error.
iam sorry;

you too Grey Wolf


any advice please !!
Last edited on
closed account (z05DSL3A)
Nice, hope you have fun.
may be i cant using <ntddk.h>
in Console Application ?

when i build driver is succed

Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Last edited on
Topic archived. No new replies allowed.