Changes between Version 36 and Version 37 of windows_backend
- Timestamp:
- 02/24/10 13:06:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v36 v37 25 25 Also note that, for MinGW and cygwin, as per the official libusb 1.0 project, '''you need to run './autogen.sh' in order to have configure and Makefile created for you'''. 26 26 27 To compile this source, [http://sourceware.org/pthreads-win32/ pthread-win32] is also required, '''except for cygwin''', where pthread should be available by default. Note that the version of the DLL you should use is VC2, '''not GC'''[[BR]]28 For convenience, precompiled versions of pthread-win32 for 32 bit and 64 bit Windows platforms are provided [http://libusb.org/raw-attachment/wiki/windows_backend/pthread-win32_libusb.zip here]. If you are unfamiliar with pthread to use, please download this archive.29 30 27 The following development environment are currently supported for libusb 1.0 on Windows: 31 28 * [http://www.mingw.org MinGW] (32 bit version only, as the 64 bit version oh MinGW still has a bug that impacts libusb). … … 38 35 Finally, to access your USB devices with libusb-winusb, you need to download the [http://libusb-winusb-wip.googlecode.com/files/winusb%20driver.zip WinUSB driver files], customize the .inf for your device, and then install the driver.[[BR]] 39 36 For more information on how to setup the WinUSB driver for your device, please see the [wiki:winusb_driver_installation WinUSB Driver Installation] page or see the README file that comes with the driver. 37 38 Note: If you have downloaded a development version prior to r169, you will also need [http://sourceware.org/pthreads-win32/ pthread-win32] to compile this source (except on cygwin). Note that the version of the DLL to use then is VC2, '''not GC'''[[BR]] 39 For convenience, precompiled versions of pthread-win32 for 32 bit and 64 bit Windows platforms are provided [http://libusb.org/raw-attachment/wiki/windows_backend/pthread-win32_libusb.zip here]. If you are unfamiliar with pthread to use, please download this archive.[[BR]] 40 '''The requirement for pthread-win32 has been removed from development version r169 and later''', so, whenever possible, please ensure you use the latest source. 40 41 41 42 == Development Considerations == … … 55 56 == To Do == 56 57 57 * full pthread-win32 dependency removal58 58 * automated WinUSB driver installation 59 59 * hotplug detection … … 61 61 == Done == 62 62 63 * full pthread-win32 dependency removal 63 64 * multithreading/concurrent access 64 65 * HID