Hello,
I am trying to develop a WDM driver with the WDM Wizard that comes
with Walter Oney´s Book, I am able to create a project without or with
generic.sys, and also I can compile them but when I install it in the
system using the .inf file the Device Manager show that there is a
problem with my driver, and the message is that:
"This device cannot start. (Code 10)"
I did not make any change in the walter oney´s wizard generated
driver, so I guess it should work, without any functionality but I
just want to see that is ok.
There is something that is necessary to do before compiling, like
adding some code, because I just have used the fixproj.exe that the
book says to execute.

If you have any idea please tell me.

regards

Guilherme Francisco Mallmann

Re: WDM Wizard Walter Oney by Walter

Walter
Wed Nov 03 10:36:28 CST 2004

Guilherme Mallmann wrote:
> "This device cannot start. (Code 10)"

This means that the driver failed IRP_MN_START_DEVICE. There should be
debug messages showing some sort of problem.

--
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Check out our schedule at http://www.oneysoft.com

Re: WDM Wizard Walter Oney by gfmallmann

gfmallmann
Thu Nov 04 03:55:28 CST 2004

thank you, with your help I saw what was the problem!

grüß

Guilherme



Walter Oney <waltoney@oneysoft.com> wrote in message news:<4189090F.4263C468@oneysoft.com>...
> Guilherme Mallmann wrote:
> > "This device cannot start. (Code 10)"
>
> This means that the driver failed IRP_MN_START_DEVICE. There should be
> debug messages showing some sort of problem.