From 06f54e1f865e62469d29abab7ae674c6750aa567 Mon Sep 17 00:00:00 2001 From: "Pavel A." Date: Mon, 12 Jan 2015 03:07:11 +0200 Subject: [PATCH] Update Readme_USB-Relay-DLL.md --- doc/Readme_USB-Relay-DLL.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/Readme_USB-Relay-DLL.md b/doc/Readme_USB-Relay-DLL.md index 91146c4..7ba98e3 100644 --- a/doc/Readme_USB-Relay-DLL.md +++ b/doc/Readme_USB-Relay-DLL.md @@ -1,23 +1,25 @@ How to use USB_RELAY_DEVICE DLL +=============================== Version 1.0 Changes to the original DLL: -============================ +---------------------------- - Type used for handles changed from int to intptr_t, for 64-bit compatibility. This should be binary compatible with existing 32-bit clients. Windows, Visual C++ applications -================================ +--------------------------------- Include file name: usb_relay_device.h Library file name: usb_relay_device.lib Put the following lines in your source file: - #include - #pragma comment(lib, "usb_relay_device.lib") + `#include ` + + `#pragma comment(lib, "usb_relay_device.lib")` The file usb_relay_device.dll must be installed with your application. Use either 32-bit or 64-bit DLL, matching your application. @@ -86,14 +88,14 @@ Notes Managed .NET applications (C#, VB.NET) -====================================== +--------------------------------------- TBD Python (CPython) -================ +------------------- TBD GCC or MinGW applications -========================= +-------------------------- TBD -- 2.25.1