Why acpisim didn't work on xpe?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I made a driver based on acpisim sample from windows xp ddk.
It works fine on xp professional. But failed on xp embedded.
I got a yellow mark and said "Windows cannot load the device
driver for this hardware. The driver may be corrupted or missing.(Code 39)".
I checked the acpisim.sys was copied into .\windows\system32\drivers after
install.
Did I miss any component on xp embedded?
 
Jeff,

The best way to include a driver in your embedded image is to componentize
it first, import it into your database and then include it in your
configuration.

Take a look at the following article -
http://www.microsoft.com/windows/embedded/community/tips/xp/thirdparty.asp -to
verify that you componentized your driver correctly.
--
Hope this helps,

Lynda

"This posting is provided "AS IS" with no warranties, and confers no rights"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top