Hi,
I am writing a cross-platform library to communicate with custom HID device and I use libusb-win32 from http://libusb-win32.svn.sourceforge.net/viewvc/libusb-win32/trunk/libusb/ for Windows version.
My library launches a thread where I read some reports from the device using interrupt transfers. It is possible that several applications can be launched at the same time with my library...
2009-06-05 05:43:06 UTC in libusb-win32