Usb Driver on 64bit Windows
Posted
by SurDin
on Stack Overflow
See other posts from Stack Overflow
or by SurDin
Published on 2010-04-29T13:52:27Z
Indexed on
2010/04/29
13:57 UTC
Read the original article
Hit count: 458
I have a pretty generic 64bit driver based on bulkusb.sys in WDK. It's been working for years with an embedded program, but now it is needed to work on Vista 64. From all the documentation I've tried to look through there doesn't seem to be anything affecting it, except compiling it for the 64bit environment, and yet when I compile it with the AMD64 build environment, I get "driver not intended for this platform" error message when it's trying to open the sys.
What could be the solution for this?
© Stack Overflow or respective owner