Regarding Ndis miniport binary compatibility - 98 SE & 2000

Hi,
I am developing a NDIS miniport driver on Windows 2000. I would like
to know if there is any binary compatibility between Windows 98 SE and
Windows 2000. I guess 98 SE supports NDIS 5.0. I am not sure if 98 SE
supports NDIS miniport with WDM lower edge interface. Can anyone let me know
things that are common between Windows 98 SE and Windows 2000? Does Windows
ME too have binary compatibility with Windows 2000?

Thanks & Regards,
S.Balaji

***********************************************************************
Disclaimer:
This document is intended for transmission to the named recipient only. If
you are not that person, you should note that legal rights reside in this
document and you are not authorized to access, read, disclose, copy, use or
otherwise deal with it and any such actions are prohibited and may be
unlawful. The views expressed in this document are not necessarily those of
HCL Technologies Ltd. Notice is hereby given that no representation,
contract or other binding obligation shall be created by this e-mail, which
must be interpreted accordingly. Any representations, contractual rights or
obligations shall be separately communicated in writing and signed in the
original by a duly authorized officer of the relevant company.
***********************************************************************


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Yes, there is compatibility between 98/98SE/Me/2000/and probably XP for
NDIS miniports with WDM lower edge. However, there are NDIS functions
which exist in 2000 that don’t in 98/Me, and even some that exist in both
but only work in 2000, so be aware. The best thing to do is develop on
2000 as you are and port to 98/Me. Run DriverVerifier frequently, it
catches a lot of otherwise hard to track down errors. You might try out
Walter Oney’s fabulous WDMCHECK utility which will tell you if you have
unsupported calls in your driver for 98 or ME. You have to run this utility
on the desired target OS. It is available here: www.oneysoft.com. HTH.

Bill M.

On 10/15/01, ““Balaji Swaminathan - CTD, Chennai.”
” wrote:
> Hi,
> I am developing a NDIS miniport driver on Windows 2000. I would like
> to know if there is any binary compatibility between Windows 98 SE and
> Windows 2000. I guess 98 SE supports NDIS 5.0. I am not sure if 98 SE
> supports NDIS miniport with WDM lower edge interface. Can anyone let me know
> things that are common between Windows 98 SE and Windows 2000? Does Windows
> ME too have binary compatibility with Windows 2000?
>
> Thanks & Regards,
> S.Balaji
>
>
>
> Disclaimer:
> This document is intended for transmission to the named recipient only. If
> you are not that person, you should note that legal rights reside in this
> document and you are not authorized to access, read, disclose, copy, use or
> otherwise deal with it and any such actions are prohibited and may be
> unlawful. The views expressed in this document are not necessarily those of
> HCL Technologies Ltd. Notice is hereby given that no representation,
> contract or other binding obligation shall be created by this e-mail, which
> must be interpreted accordingly. Any representations, contractual rights or
> obligations shall be separately communicated in writing and signed in the
> original by a duly authorized officer of the relevant company.
>

>
>
>
> —
> You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com