views:

420

answers:

1

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?

+1  A: 

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.

Jon Cage