Re: W2K Libraries are corrupted in the WS2008 and Vista RTM releases..
- From: "Doron Holan [MSFT]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 15:05:45 -0700
add this before you include ntddk.h or wdm.h
#define _WIN2K_COMPAT_SLIST_USAGE (1)
and then you will have a win2k compatible binary
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"zszalai" <zszalai@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:EF05B8DC-4C18-4CB6-9212-536CFB3DE7CB@xxxxxxxxxxxxxxxx
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?
.
- References:
- Prev by Date: W2K Libraries are corrupted in the WS2008 and Vista RTM releases..
- Next by Date: Re: IoGetDeviceProperty returns STATUS_OBJECT_NAME_NOT_FOUND
- Previous by thread: W2K Libraries are corrupted in the WS2008 and Vista RTM releases..
- Next by thread: Re: W2K Libraries are corrupted in the WS2008 and Vista RTM releases..
- Index(es):
Relevant Pages
|