STATUS_PROCEDURE_NOT_FOUND!

Hi All,

I am writing a User Mode Printer Driver for Windows NT5.0(2000).
When I try to load the drivers DLL, I get a message like
“Hard Error - STATUS_PROCEDURE_NOT_FOUND”. Any light on this?
Its a user mode DLL and has DllMain as the Entry…

Thanks
Vijay

It has an import which could not be resolved.
This hard error is raised by Ldr (in NTDLL.DLL) before DllMain gets
executed.
So try to check if all your imports are correct and accessible.

Hope this helps
Paul

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Vijay Chandra Katte
Sent: Friday, October 13, 2000 4:23 PM
To: NT Developers Interest List
Subject: [ntdev] STATUS_PROCEDURE_NOT_FOUND!

Hi All,

I am writing a User Mode Printer Driver for Windows NT5.0(2000).
When I try to load the drivers DLL, I get a message like
“Hard Error - STATUS_PROCEDURE_NOT_FOUND”. Any light on this?
Its a user mode DLL and has DllMain as the Entry…

Thanks
Vijay


You are currently subscribed to ntdev as: xxxxx@compelson.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)