OSDN Git Service

nvdaControllerClient distribution: move example_python.py and example_c.c in to the...
authorMichael Curran <mick@kulgan.net>
Tue, 15 Jun 2010 04:23:44 +0000 (14:23 +1000)
committerMichael Curran <mick@kulgan.net>
Tue, 15 Jun 2010 04:23:44 +0000 (14:23 +1000)
extras/controllerClient/readme.html
extras/controllerClient/x86/example_c.c [moved from extras/controllerClient/example_c.c with 100% similarity]
extras/controllerClient/x86/example_python.py [moved from extras/controllerClient/example_python.py with 100% similarity]

index a9b52d2..0a1665e 100644 (file)
@@ -15,11 +15,21 @@ The client API is implemented as a dll (dynamic link library). The functions in
 <p>\r
 Note: The header and library files are built along with nvdaHelper. If you want to build them yourself, please see source\nvdaHelper\building.txt in the NVDA source distribution for instructions. Alternatively, you can find a pre-built package at <a href="http://www.nvda-project.org/nvdaControllerClient/">http://www.nvda-project.org/nvdaControllerClient/</a>.\r
 </p>\r
+<p>\r
+Versions of the libraries and headers are supplied for both x86 and x64 applications. Therefore they have been split in to x86 and x64 directories respectivly.\r
+</p>\r
+<p>\r
+Each directory contains the following files [Where * denotes 32 for x86 and 64 for x64]:\r
+</p> \r
 <ul>\r
-<li>nvdaControllerClient32.dll: the dll that contains all the functions. This is for use in 32 bit applications. You can distribute this dll with your application.</li>\r
-<li>nvdaControllerClient32.lib and nvdaControllerClient32.exp: The import and export libraries for nvdaControllerClient32.dll (used when linking with C/C++ code).</li>\r
-<li>nvdaControllerClient64.dll, nvdaControllerClient64.lib and nvdaControllerClient64.exp: same as above except for use in 64 bit applications.</li>\r
+<li>nvdaControllerClient*.dll: the dll that contains all the functions. You can distribute this dll with your application.</li>\r
+<li>nvdaControllerClient*.lib and nvdaControllerClient*.exp: The import and export libraries for nvdaControllerClient*.dll (used when linking with C/C++ code).</li>\r
 <li>nvdaController.h: a C header file containing declarations for all the provided functions.</li>\r
+</ul>\r
+<p>\r
+The x86 directory also contains two example files:\r
+</p>\r
+<ul>\r
 <li>example_python.py: an example Python program that uses the NVDA controller client API.</li>\r
 <li>example_c.c: The source code for an example C program that uses the NVDA controller client API.</li>\r
 </ul>\r