Hi,
I have a PCI driver for Windpws 2000 / XP.
Will my driver will work on Windows XP embedded ?
If not what is the modification required to make it work
Thanks for help
Quang
Hi,
I have a PCI driver for Windpws 2000 / XP.
Will my driver will work on Windows XP embedded ?
If not what is the modification required to make it work
Thanks for help
Quang
Unless you are doing something way out of the ordinary, the driver will
work. The only cases I know of failures, involve interacting with in ways
that XP embedded cannot guarantee, such as requiring input, displaying a
dialog on the screen, assuming that a file written during this boot is valid
after a reboot, etc.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Quang Vu” wrote in message news:xxxxx@ntdev…
> Hi,
> I have a PCI driver for Windpws 2000 / XP.
> Will my driver will work on Windows XP embedded ?
> If not what is the modification required to make it work
>
>
> Thanks for help
>
> Quang
>
>
(1) You will have to make sure that you have the correct components
installed if you are doing an installation of the Hardware after XP is up.
(2) XP comes with predefined projects. I would use these first to make sure
your driver is installed and working. Then if are creating an XP image that
is smaller you need to include the necessary components to make sure all the
functionality you want is included.
Regards,
William Michael Jones “Mike”
“Quang Vu” wrote in message news:xxxxx@ntdev…
> Hi,
> I have a PCI driver for Windpws 2000 / XP.
> Will my driver will work on Windows XP embedded ?
> If not what is the modification required to make it work
>
>
> Thanks for help
>
> Quang
>
>