buntehaare
2010-12-08 09:45:46 UTC
how i can use the wdm.h header file from the Windows Driver Kit in a
Visual Sutio 2010 project.? the main problem is, i get a lot of errors
if i try to compile my project in VS2010!
how i can use the includes of the WDK?
--- code start ---
#include "stdfax.h"
#include "stdio.h"
#include "windows.h"
#include "wdm.h"
int main ...etc...
...
..
.
--- code end ---
Visual Sutio 2010 project.? the main problem is, i get a lot of errors
if i try to compile my project in VS2010!
how i can use the includes of the WDK?
--- code start ---
#include "stdfax.h"
#include "stdio.h"
#include "windows.h"
#include "wdm.h"
int main ...etc...
...
..
.
--- code end ---