Hi, again.
Sorry for posting the same question again, about a driver I made in W2K with IFSKit 2000. The driver doesn’t get loaded in WNT. If I set the start type to a value of 2 (automatic) I get the following error message:
The “Driver_Full_Path” device driver could not locate the entry point _except_handler3 in driver ntoskrnl.exe.
Please, help me.
Thanks
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You need to compile with the NT 40 DDK to link in the correct ntoskrnl and
other libraries.
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 Ratmil Torres
Sent: Monday, November 12, 2001 3:00 PM
To: File Systems Developers
Subject: [ntfsd] Driver made with IFSKit 2000 to run in WNT
Hi, again.
Sorry for posting the same question again, about a driver I made in W2K
with IFSKit 2000. The driver doesn’t get loaded in WNT. If I set the start
type to a value of 2 (automatic) I get the following error message:
The “Driver_Full_Path” device driver could not locate the entry point
_except_handler3 in driver ntoskrnl.exe.
Please, help me.
Thanks
You are currently subscribed to ntfsd as: xxxxx@home.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Peter is right, you have to compile with the NT 40 DDK.
_except_handler3 is from using __try __except in your code. Without them
and without using of special W2K functions the driver will work under NT.
Kristian
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Not compile, but mainly LINK !
Compilation environment doesn’t matter as far
as you use compatible routines and data types.
But you have to link with ntoskrnl.lib from NT4.
Paul
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of xxxxx@atia.com
Sent: Tuesday, November 13, 2001 4:55 AM
To: File Systems Developers
Subject: [ntfsd] Re: Driver made with IFSKit 2000 to run in WNT
Peter is right, you have to compile with the NT 40 DDK.
_except_handler3 is from using __try __except in your code. Without them
and without using of special W2K functions the driver will work under
NT.
Kristian
You are currently subscribed to ntfsd as: xxxxx@compelson.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com