Hello !!
I am trying to load and run a Legacy Driver
Ofcourse i am at a starting level
Excuse me, if my question seems silly
The problem I am facing is
the device driver could not locate the entry point
InterlockedPushEntrySList in driver ntoskrnl.exe
Can anyone help me in this issue
Regards
Maneel
Mismatch of DDK version used to build - and the OS version you’re running
on.
The DDK build env version must always be <= the OS version. You cannot run
a driver on NT4 if it is built on w2k DDK - and even if you managed to do this,
I will not bet on reliability of such a solution.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Maneel”
To: “Windows System Software Devs Interest List”
Sent: Monday, December 01, 2003 2:14 PM
Subject: [ntdev] Problem : InterlockedPushEntrySList
> Hello !!
> I am trying to load and run a Legacy Driver
> Ofcourse i am at a starting level
> Excuse me, if my question seems silly
> The problem I am facing is
>
> the device driver could not locate the entry point
> InterlockedPushEntrySList in driver ntoskrnl.exe
>
> Can anyone help me in this issue
>
> Regards
> Maneel
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Try defining _WIN2K_COMPAT_SLIST_USAGE in your project (look in ntddk.h
for its usage). This will give you win2k style lookaside list
behaviour, which may or may not be backwards compatible to nt4.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Maneel
Sent: Monday, December 01, 2003 3:14 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Problem : InterlockedPushEntrySList
Hello !!
I am trying to load and run a Legacy Driver
Ofcourse i am at a starting level
Excuse me, if my question seems silly
The problem I am facing is
the device driver could not locate the entry point
InterlockedPushEntrySList in driver ntoskrnl.exe
Can anyone help me in this issue
Regards
Maneel
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com