Is there an alternative to libusb-win32 for 64bit windows?

Jon Cage picture Jon Cage · Apr 6, 2010 · Viewed 22.8k times · Source

I've been developing some software which uses the libusb-win32 library to interact with some USB hardware I've been developing. Now I'm trying to run the same software on windows 64 but the drivers don't seem to work (understandably).

Are there any alternatives for 64 bit Windows I've overlooked?

Answer

Jon Cage picture Jon Cage · Apr 6, 2010

Looks like there may be some 64-bit pre-compiled version available here and here.

[Edit] Oops. Looks like this is already provided for in libusb-win32 in the latest release. 64bit and 32bit are both provided in the device driver package.