1) My driver code compiles without error in DDK 3790 version of DDK. I
got new version of WDK 5112. Now I cannot compile the code for Windows
2000 and windows XP environment of WDK 5112. Can someone help me with
what I can do.
2) For Windows 2000 and Windows XP environment(not Longhorn), will WDK
5112 be very different from DDK 3790. Can I find any resources that
help me understand the changes made and how my driver will be
different.
Compilation/linker errors in WDK 5112:
======================================
driver\1394diag\1394diag.obj : error LNK2019: unresolved external
symbol __imp_@
InterlockedPopEntrySList@4 referenced in function
_ExAllocateFromNPagedLookaside
List@4
driver\1394diag\sfbdrv.obj : error LNK2001: unresolved external symbol
__imp_@In
terlockedPopEntrySList@4
driver\1394diag\1394diag.obj : error LNK2019: unresolved external
symbol __imp_@
InterlockedPushEntrySList@8 referenced in function
_ExFreeToNPagedLookasideList@
8
driver\1394diag\sfbdrv.obj : error LNK2001: unresolved external symbol
__imp_@In
terlockedPushEntrySList@8
Thanks for the help,
Raj