Accessing Windows NT Drivers From User Mode Programs
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'd like to write a user mode program that accesses the printer port in Windows NT using NT's internal PARPORT driver instead of writing my own. Now what I'm having difficulty with is setting up my VC++ project so I can use DeviceIoControl and anything else necessary to communicate with device drivers (including the right include files, adding in all necessary library files, etc). I have the NT DDK installed (as well as the Platform SDK and the MSDN Library). I've never worked with the NT DDK before so any tips/pointers/good DDK specific web sites are very much appreciated. Thanks! Joseph LeBlanc unixd0od@hotmail.com