Hi, I’m calling some win32k.sys exported functions (ex:EngAllocMem) from a
w2k kernel driver. The driver compiles fine but when I try to start it I
get a system error saying it can’t find the Eng call’s procedure address
inside the dll. Winice pops a status_procedure_not_found error. I looked at
dumpbins and used the depends tool and I see the function in win32k so I’m
pretty sure its there?
any help is greatly appreciated,
thanks
chris b.
sw designer
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
I guess this might be due to some other function which is not related to the
win32k.sys. Make sure that all the driver files are of same build type
(Debug or release). This error occurs mostly when the imported function is
not found.
Hope this helps
Vijay
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of xxxxx@matrox.com
Sent: Wednesday, March 14, 2001 10:01 AM
To: NT Developers Interest List
Subject: [ntdev] STATUS_PROCEDURE_NOT_FOUND at runtime in ring0
Hi, I’m calling some win32k.sys exported functions (ex:EngAllocMem) from a
w2k kernel driver. The driver compiles fine but when I try to start it I
get a system error saying it can’t find the Eng call’s procedure address
inside the dll. Winice pops a status_procedure_not_found error. I looked at
dumpbins and used the depends tool and I see the function in win32k so I’m
pretty sure its there?
any help is greatly appreciated,
thanks
chris b.
sw designer
You are currently subscribed to ntdev as: xxxxx@wipro.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