RE: [ntdev] RE: WinDBG beta
It seems this function was not exported in Win2K WDM DDK?
I can’t link it. Anyone know why and how to solve it?
Looks like an error in the DDK.
Thanks,
morphy
RE: [ntdev] RE: WinDBG beta
It seems this function was not exported in Win2K WDM DDK?
I can’t link it. Anyone know why and how to solve it?
Looks like an error in the DDK.
Thanks,
morphy
RE: [ntdev] RE: WinDBG betaIt is defined in ntddk.h and not wdm.h
to use this function you will have to include ntddk.h which means it is not
supported on Win98.
Regards
Jeseem
mailto:xxxxx@hotmail.com
----- Original Message -----
From: DDFei
To: NT Developers Interest List
Sent: Wednesday, August 23, 2000 6:26 PM
Subject: [ntdev] no ExSystemTimeToLocalTime() in win2K WDM DDK?
It seems this function was not exported in Win2K WDM DDK?
I can’t link it. Anyone know why and how to solve it?
Looks like an error in the DDK.
Thanks,
morphy
Hey, thanks.
I made it done just now. The reason is that after I upgrade to
win2K WDM driver, I forget to link ‘ntoskrnl.lib’.
rgds,
Fei
----- Original Message -----
From: “Jeseem”
To: “NT Developers Interest List”
Sent: Wednesday, August 23, 2000 5:09 PM
Subject: [ntdev] Re: no ExSystemTimeToLocalTime() in win2K WDM DDK?
> RE: [ntdev] RE: WinDBG betaIt is defined in ntddk.h and not wdm.h
> to use this function you will have to include ntddk.h which means it is
not
> supported on Win98.
>
> Regards
> Jeseem
> mailto:xxxxx@hotmail.com
>
> ----- Original Message -----
> From: DDFei
> To: NT Developers Interest List
> Sent: Wednesday, August 23, 2000 6:26 PM
> Subject: [ntdev] no ExSystemTimeToLocalTime() in win2K WDM DDK?
>
>
>
> It seems this function was not exported in Win2K WDM DDK?
> I can’t link it. Anyone know why and how to solve it?
> Looks like an error in the DDK.
>
> Thanks,
>
> morphy
>
> —
> You are currently subscribed to ntdev as: xxxxx@hotmail.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>