OOPS, I really should read the whole message, including the subject line,
before I fire my fingers. And it’s not defined in winerror.h, it’s in
ntstatus.h.
Peter’s suggestion is right on, you need to walk through your code and find
out what’s failing. Are you trying to open a file or a registry key? Or
any other object? Or does your DriverEntry appear to succeed but the PnP
manager isn’t satisfied?
-----Original Message-----
From: Pete Scott [mailto:xxxxx@home.com]
Sent: Thursday, August 30, 2001 9:47 AM
To: NT Developers Interest List
Subject: [ntdev] RE: STATUS_OBJECT_NOT_FOUND
Walk through your driver entry routine and see what is failing …
Pete
Peter Scott
xxxxx@KernelDrivers.com
http://www.KernelDrivers.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Barila, Phil
Sent: Thursday, August 30, 2001 10:33 AM
To: NT Developers Interest List
Subject: [ntdev] RE: STATUS_OBJECT_NOT_FOUND
Open winerror.h, search for that number. What error do you find is defined
as that number?
-----Original Message-----
From: Rock [mailto:xxxxx@yahoo.com]
Sent: Thursday, August 30, 2001 9:08 AM
To: NT Developers Interest List
Subject: [ntdev] STATUS_OBJECT_NOT_FOUND
Hi everybody,
I am stuck up with a very strange problem.
Whenever i load my driver i get a error saying
“Driver cud not be loaded error number 0xc0000034”.
I searched up the google groups and found several
solutions … like somebody had mentioned that it is
becoz the driver is using a lot of memory… the
second one said that the registry entries have some
problems…the third said it is a problem related with
the build type. there were several other comments
about the same problem.
I tried running the driver compiled in free build but
didnt help.I deleted all the registry keys related to
the driver. but still the problem persists.moreover my
driver size is just 6kb.
please suggest me as to what maybe going wrong.
Thanx in advance.
–Harshal .
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@home.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com