From: Francesco <f18...@ya...> - 2010-01-25 23:30:30
|
Hi Frans, 2009/12/2 Frans Schreuder <fra...@gm...>: >> Would it be ok for you to upgrade to libusb-1.0 if and when the Win >> port gets fixed? > > I will definitely upgrade if it's there for all systems! there has been a lot of work on the libusb-1.0 windows backend (see http://libusb.org/wiki/windows_backend). I'm confident that in few weeks it will be ready (it already works but is not yet part of the official libusb repo). To test it (specially on my win7 64bit system) I've ported upp_wx to libusb-1.0. The port was quite straightforward (it mostly involved cleaning up existing code and replacing the few "usb_*" calls with "libusb_*" calls). The port seems to work fine... I wonder if it would be ok for you to create a branch ad-hoc for libusb-1.0 so that I can commit my modified sources there (where they would remain until libusb-1.0 windows backend is officially released). Francesco |