Changes between Version 20 and Version 21 of windows_backend
- Timestamp:
- 01/08/10 13:35:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v20 v21 23 23 24 24 A separate svn repository for the more up-to-date work-in-progress (non-reviewed => very alpha) also exists at [http://code.google.com/p/libusb-winusb-wip/]. 25 26 To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required.[[BR]] 27 To compile projects using libusb 1.0, you should then add "-lusb-1.0 -lpthread -lsetupapi -lole32" to your library dependencies. 28 29 Finally, access to your USB devices with libusb-winusb, you need the [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver] for your device to be configured and installed on your platform. 25 30 26 31 == Development Considerations == … … 63 68 * [2009.12.03] 64 69 * matching of libusb enumerated devices with WinUSB GUID devices (WIP) 65 * [http:// sites.google.com/site/libusbdev/files/winusbdriver.zip WinUSB driver] cleanup & documentation.70 * [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver] cleanup & documentation. 66 71 * [2009.12.02] 67 72 * WinUSB generic device installation (x86 & x64)