Hi,
I have made a simple passive file system filter driver.Which is working
fine for 2000 and XP.To check it for NT,I installed NT 4.0 (service pack
1).Then add service pack 5 to it and try loading my driver.But it is
giving this error…
the driver couldn’t be loaded.The driver couldn’t find the
_except_handler3 entry point in driver ntoskernel.exe
Although the driver loads successfully on another machine with service
pack 4…
Please do reply.I need to sort the problem as soon as possible.
Thanks in advance
vijender
_except_handler3 is an exception handler only available on W2K and higher.
Compile it for the NT4 platform, then it should work.
Jan.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of vijender yadav
Sent: Saturday, March 22, 2003 2:19 PM
To: NT Developers Interest List
Subject: [ntdev] Unexpected Error : Driver loading
Hi,
I have made a simple passive file system filter driver.Which is working
fine for 2000 and XP.To check it for NT,I installed NT 4.0 (service pack
1).Then add service pack 5 to it and try loading my driver.But it is
giving this error…
the driver couldn’t be loaded.The driver couldn’t find the
_except_handler3 entry point in driver ntoskernel.exe
Although the driver loads successfully on another machine with service
pack 4…
Please do reply.I need to sort the problem as soon as possible.
Thanks in advance
vijender
You are currently subscribed to ntdev as: xxxxx@planet.nl
To unsubscribe send a blank email to xxxxx@lists.osr.com