Problem with NDIS_WDM driver on Win'98 SE

hi,

I have an NDIS-WDM driver developed for win2k, which is currently working
fine.
The same driver when i try to install on win’98 gives the error:
“The NDIS.VXD, NTKERN.VXD device
loader(s) for this device could not load the device driver.”

I did run the wdmcheck utility provided by Walter Oney, and the result
says “Module has no missing import links”.

I have the #define BINARY_COMPATIBLE flag also at the required places.

Can anyone tell me what might be the problem? If required i can enclose my
inf
file, if someone thinks that might be the reason.

If anyone can mail me a template inf for having the same driver
installation
proceed on win’98 SE /ME and win2k that would be great!!!

TIA
Sunil


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

Install the debug/checked version of VxdLDR.VxD in your
Windows\System\VMM32 folder. It will report why the VxD Loader cannot
load your driver. It will emit debug spew to the kernel debug console
with a message similar to “PELDR: MyDriver.sys can’t find export
in module .”

Notwithstanding the WDMCheck utility, I suspect that you are using a
function that isn’t supported.

Bryan S. Burgin
xxxxx@microsoft.com

This posting is provided “AS IS” with no warranties, and confers no
rights. You assume all risk for your use. (c) 2001 Microsoft
Corporation. All rights reserved.

-----Original Message-----
From: xxxxx@smartyantraindia.com [mailto:xxxxx@smartyantraindia.com]
Sent: Tuesday, September 11, 2001 5:00 PM
To: NT Developers Interest List
Subject: [ntdev] Problem with NDIS_WDM driver on Win’98 SE

hi,

I have an NDIS-WDM driver developed for win2k, which is currently
working
fine.
The same driver when i try to install on win’98 gives the error:
“The NDIS.VXD, NTKERN.VXD device
loader(s) for this device could not load the device driver.”

I did run the wdmcheck utility provided by Walter Oney, and the result
says “Module has no missing import links”.

I have the #define BINARY_COMPATIBLE flag also at the required places.

Can anyone tell me what might be the problem? If required i can enclose
my
inf
file, if someone thinks that might be the reason.

If anyone can mail me a template inf for having the same driver
installation
proceed on win’98 SE /ME and win2k that would be great!!!

TIA
Sunil


You are currently subscribed to ntdev as: xxxxx@microsoft.com
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

Bryan,
Where can I find the checked version of VxdLdr.vxd usable for Win98SE?
Thanks!

Jicun Zhong

----- Original Message -----
From: “Bryan Burgin”
To: “NT Developers Interest List”
Cc:
Sent: Thursday, September 13, 2001 8:27 PM
Subject: [ntdev] RE: Problem with NDIS_WDM driver on Win’98 SE

> Install the debug/checked version of VxdLDR.VxD in your
> Windows\System\VMM32 folder. It will report why the VxD Loader cannot
> load your driver. It will emit debug spew to the kernel debug console
> with a message similar to “PELDR: MyDriver.sys can’t find export
> in module .”
>
> Notwithstanding the WDMCheck utility, I suspect that you are using a
> function that isn’t supported.
>
> Bryan S. Burgin
> xxxxx@microsoft.com
>
> This posting is provided “AS IS” with no warranties, and confers no
> rights. You assume all risk for your use. (c) 2001 Microsoft
> Corporation. All rights reserved.
>
> -----Original Message-----
> From: xxxxx@smartyantraindia.com [mailto:xxxxx@smartyantraindia.com]
> Sent: Tuesday, September 11, 2001 5:00 PM
> To: NT Developers Interest List
> Subject: [ntdev] Problem with NDIS_WDM driver on Win’98 SE
>
> hi,
>
> I have an NDIS-WDM driver developed for win2k, which is currently
> working
> fine.
> The same driver when i try to install on win’98 gives the error:
> “The NDIS.VXD, NTKERN.VXD device
> loader(s) for this device could not load the device driver.”
>
> I did run the wdmcheck utility provided by Walter Oney, and the result
> says “Module has no missing import links”.
>
> I have the #define BINARY_COMPATIBLE flag also at the required places.
>
> Can anyone tell me what might be the problem? If required i can enclose
> my
> inf
> file, if someone thinks that might be the reason.
>
> If anyone can mail me a template inf for having the same driver
> installation
> proceed on win’98 SE /ME and win2k that would be great!!!
>
> TIA
> Sunil
>
> —
> You are currently subscribed to ntdev as: xxxxx@microsoft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@vallcom.com
> 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