summaryrefslogtreecommitdiff
path: root/.private/wbs_wince.txt
diff options
context:
space:
mode:
authorToby Gray <toby.gray@realvnc.com>2013-04-04 13:32:31 +0100
committerPete Batard <pete@akeo.ie>2013-04-11 22:41:42 +0100
commita66cfa05fe384e2aa09ceb1660e83d51adbc4cd3 (patch)
tree24cee8be5a1dd8c69d058d7bc93a1aaacbb91d8d /.private/wbs_wince.txt
parent3b50a9391a137acf11a03d55751c14999bdf4ecd (diff)
downloadlibusb-a66cfa05fe384e2aa09ceb1660e83d51adbc4cd3.tar.gz
WinCE: Add internal build script for WinCE binaries
* Also copy over .pdb for WinCE and WDK generated DLLs
Diffstat (limited to '.private/wbs_wince.txt')
-rwxr-xr-x.private/wbs_wince.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/.private/wbs_wince.txt b/.private/wbs_wince.txt
new file mode 100755
index 0000000..b835eea
--- /dev/null
+++ b/.private/wbs_wince.txt
@@ -0,0 +1,37 @@
+ libusbx 1.0 Windows CE binary snapshot - README
+
+ *********************************************************************
+ * The latest version of this snapshot can always be downloaded at: *
+ * https://sourceforge.net/projects/libusbx/files/ *
+ *********************************************************************
+
+o Visual Studio:
+ - Open existing or create a new project for your application
+ - Copy libusb.h, from the include\libusbx-1.0\ directory, into your project and
+ make sure that the location where the file reside appears in the 'Additional
+ Include Directories' section (Configuration Properties -> C/C++ -> General).
+ - Copy the relevant .lib file from ARMV4I, MIPSII, MIPSII_FP, MIPSIV, MIPSIV_FP,
+ SH4 or x86 and add 'libusb-1.0.lib' to your 'Additional Dependencies'
+ (Configuration Properties -> Linker -> Input). Also make sure that the
+ directory where libusb-1.0.lib resides is added to 'Additional Library
+ Directories' (Configuration Properties -> Linker -> General)
+ - If you use the static version of the libusbx library, make sure that
+ 'Runtime Library' is set to 'Multi-threaded DLL (/MD)' (Configuration
+ Properties -> C/C++ -> Code Generation).
+ NB: If your application requires /MT (Multi-threaded/libCMT), you need to
+ recompile a static libusbx 1.0 library from source.
+ - Compile and run your application. If you use the DLL version of libusb-1.0,
+ remember that you need to have a copy of the DLL either in the runtime
+ directory or in system32
+
+o Additional information:
+ - The libusbx 1.0 API documentation can be accessed at:
+ http://api.libusbx.org
+ - For some libusb samples (including source), please have a look in examples/
+ - For additional information on the libusbx 1.0 Windows backend please visit:
+ http://windows.libusbx.org
+ - It is necessary to install the CE USB Kernel Wrapper driver for libusbx to
+ function on a device. This is obtainable from:
+ https://github.com/RealVNC/CEUSBKWrapper
+ - If you find any issue, please visit http://libusbx.org/ and check the
+ Support section