Windows 98 IOS port driver problems

I have a simple IOS port driver running on windows me, but
cannot seem to get it to work on windows 98 (first
edition).

I install it using the “Add Hardware” application, but
in the device manager, the driver shows the following
error:

“This device is either not present, not working
properly, or does not have all the drivers installed.
(Code 10.)”

I tried putting a debugging message in both the
OnSysDynamicDeviceInit and OnInitialize functions and
they do not appear to get called.

I am not quite sure where to go from here, any help is
appreciated, thank you in advanced.

Try to compile the driver using Windows 98 DDK,
Windows checks what DDK version was used to build it when loading the
driver.
In case DDK version is greater than OS version it discards loading.

Regards,
Dennis.

----- Original Message -----
From: “Sam King”
To: “NT Developers Interest List”
Sent: Monday, June 02, 2003 10:03 PM
Subject: [ntdev] Windows 98 IOS port driver problems

> I have a simple IOS port driver running on windows me, but
> cannot seem to get it to work on windows 98 (first
> edition).
>
> I install it using the “Add Hardware” application, but
> in the device manager, the driver shows the following
> error:
>
> “This device is either not present, not working
> properly, or does not have all the drivers installed.
> (Code 10.)”
>
> I tried putting a debugging message in both the
> OnSysDynamicDeviceInit and OnInitialize functions and
> they do not appear to get called.
>
> I am not quite sure where to go from here, any help is
> appreciated, thank you in advanced.
>
> —
> You are currently subscribed to ntdev as: xxxxx@acronis.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>