1 libusbx 1.0 Windows CE binary snapshot - README
3 *********************************************************************
4 * The latest version of this snapshot can always be downloaded at: *
5 * https://sourceforge.net/projects/libusbx/files/ *
6 *********************************************************************
8 The binaries contained in this snapshot are licensed under the
9 GNU Lesser General Public License version 2.1 or, at your option, any later
10 version (see COPYING for further details). The source code for these binaries
11 is available for download at the same location as this binary snapshot.
14 - Open existing or create a new project for your application
15 - Copy libusb.h, from the include\libusbx-1.0\ directory, into your project and
16 make sure that the location where the file reside appears in the 'Additional
17 Include Directories' section (Configuration Properties -> C/C++ -> General).
18 - Copy the relevant .lib file from ARMV4I, MIPSII, MIPSII_FP, MIPSIV, MIPSIV_FP,
19 SH4 or x86 and add 'libusb-1.0.lib' to your 'Additional Dependencies'
20 (Configuration Properties -> Linker -> Input). Also make sure that the
21 directory where libusb-1.0.lib resides is added to 'Additional Library
22 Directories' (Configuration Properties -> Linker -> General)
23 - If you use the static version of the libusbx library, make sure that
24 'Runtime Library' is set to 'Multi-threaded DLL (/MD)' (Configuration
25 Properties -> C/C++ -> Code Generation).
26 NB: If your application requires /MT (Multi-threaded/libCMT), you need to
27 recompile a static libusbx 1.0 library from source.
28 - Compile and run your application. If you use the DLL version of libusb-1.0,
29 remember that you need to have a copy of the DLL either in the runtime
30 directory or in system32
32 o Additional information:
33 - The libusbx 1.0 API documentation can be accessed at:
34 http://api.libusbx.org
35 - For some libusb samples (including source), please have a look in examples/
36 - For additional information on the libusbx 1.0 Windows backend please visit:
37 http://windows.libusbx.org
38 - It is necessary to install the CE USB Kernel Wrapper driver for libusbx to
39 function on a device. This is obtainable from:
40 https://github.com/RealVNC/CEUSBKWrapper
41 - If you find any issue, please visit http://libusbx.org/ and check the