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 *********************************************************************
9 - Open existing or create a new project for your application
10 - Copy libusb.h, from the include\libusbx-1.0\ directory, into your project and
11 make sure that the location where the file reside appears in the 'Additional
12 Include Directories' section (Configuration Properties -> C/C++ -> General).
13 - Copy the relevant .lib file from ARMV4I, MIPSII, MIPSII_FP, MIPSIV, MIPSIV_FP,
14 SH4 or x86 and add 'libusb-1.0.lib' to your 'Additional Dependencies'
15 (Configuration Properties -> Linker -> Input). Also make sure that the
16 directory where libusb-1.0.lib resides is added to 'Additional Library
17 Directories' (Configuration Properties -> Linker -> General)
18 - If you use the static version of the libusbx library, make sure that
19 'Runtime Library' is set to 'Multi-threaded DLL (/MD)' (Configuration
20 Properties -> C/C++ -> Code Generation).
21 NB: If your application requires /MT (Multi-threaded/libCMT), you need to
22 recompile a static libusbx 1.0 library from source.
23 - Compile and run your application. If you use the DLL version of libusb-1.0,
24 remember that you need to have a copy of the DLL either in the runtime
25 directory or in system32
27 o Additional information:
28 - The libusbx 1.0 API documentation can be accessed at:
29 http://api.libusbx.org
30 - For some libusb samples (including source), please have a look in examples/
31 - For additional information on the libusbx 1.0 Windows backend please visit:
32 http://windows.libusbx.org
33 - It is necessary to install the CE USB Kernel Wrapper driver for libusbx to
34 function on a device. This is obtainable from:
35 https://github.com/RealVNC/CEUSBKWrapper
36 - If you find any issue, please visit http://libusbx.org/ and check the