Hello in here.
In wanted to get back to driver development, where I stopped since 5 years ago.
In former times I used any strange editor and the good old simple ddk with windows xp for the development.
Now, having windows 7 64 bit, visual studio 2008 and the wdk, I downloaded all Your stuff, which Your homepage recommended.
–
I followed all Your steps in order to get the simple program to run the “hello world” debug message.
–
It simply does not start. ( It is a wdm based driver, like in one of Your tutorials ) .
“Programm bla bla.sys” could not be started.
The build runs successfully, as soon i want to run and debug it, i get an error box like above.
( I would add debugger information if necessary, next time ).
Information : I want to run it locally and debug it locally ( i do not want to set up any virtual machine, I would prefer just to debug it, as if i have been creating any clientside application ).
A ) Is this possible ?
B ) if so, where should i start troubleshooting first ?
THX in advance.