Cluebat-man to the rescue

A weblog dedicated to Visual C++, interoperability and other stuff.

Browse by Tags

All Tags » Driver programming » cplusplus (RSS)
Is it possible to create (USB) device drivers with Visual C++?
This question pops up in the Visual C++ newsgroups from time to time. You can’t. At least, you cannot directly perform USB communications. USB simply doesn’t work that way. They same is true for PCI, Firewire, SCSI, ... All USB IO has to be...