Is there any developer how tried to compile an existing "old" W2K driver in
the new WDK RTM releases? I´m almost sure such a test is never made by MS ...
Somebody (MS) recompiled a part of the W2K libraries at 1/18/2008 (most of
them are created 1/3/2008). Most probably this modification mixed windows XP
libraries into the W2K set ...
error LNK2019: unresolved external symbol __imp_@InterlockedPopEntrySList@4
referenced in function _ExAllocateFromNPagedLookasideList@4
error LNK2019: unresolved external symbol __imp_@InterlockedPushEntrySList@8
referenced in function _ExFreeToNPagedLookasideList@8
The W2K drivers using the ExAllocateFromNPagedLookasideList, and
ExFreeToNPagedLookasideList (for example 4mmdat W2k driver from 2002) cannot
be linked anymore. The older WDKs (wxp and ws2003) are working.
Is there any plan to renew one time the w2k part and release a consistent
set of libraries?