[Libusbx-devel] Windows: libusb_claim_interface fails on 1.0.13 and higher

2012-11-15 Thread Eric Lundby
Hello, I have a very basic program implementing two way communication with a custom composite USB device using the WinUSB driver on Windows. I was having some strange problems that I haven't been able to overcome (partially documented at http://stackoverflow.com/questions/13403681/libusb-windows-u

Re: [Libusbx-devel] How to unload libusbx dll?

2012-11-15 Thread therau2000
On Thu, 2012-11-15 at 05:28 +0100, Peter Stuge wrote: > therau2000 wrote: > > > > libusb-1.0.dll is getting loaded by the interface class with the > > > > following command: > > > > MyLib libUSB = (MyLib) Native.loadLibrary("usb-1.0", MyLib.class); > > > > > > I don't even know what programming l