https://github.com/btframework/errortotext
Shows how to use wclGetErrorInfo function
https://github.com/btframework/errortotext
cpp csharp delphi ex example example-project samplecode vbnet vcl wireless-communication-library
Last synced: 11 months ago
JSON representation
Shows how to use wclGetErrorInfo function
- Host: GitHub
- URL: https://github.com/btframework/errortotext
- Owner: btframework
- Created: 2021-05-28T09:39:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:07:40.000Z (11 months ago)
- Last Synced: 2025-01-31T23:19:02.263Z (11 months ago)
- Topics: cpp, csharp, delphi, ex, example, example-project, samplecode, vbnet, vcl, wireless-communication-library
- Language: C++
- Homepage: https://www.btframework.com/wcl.htm
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ErrorToText
Shows how to use wclGetErrorInfo function
Wireless Communication Library (https://www.btframework.com/wcl.htm) includes very usefull function **wclGetErrorInfo()** that can be used by your applications to translate WCL error codes into human readable description.
The function can read errors information from XML file located on our site (https://ww.btframework.com/errors.xml) or from local copy of this file.
* Delphi samples is designed for Delphi/CBuilder (RAD Studio) 10
* C++ samples is designed for Visual Studio 2015
* .NET samples is designed for .NET Framework 4.0 and above and created in Visual Studio 2015
Required:
* Bluetooth Framework **7.19.0.0** or above. You can download Bluetooth Framework [here](https://www.btframework.com/bluetoothframework.htm)
* IrDA Framework **7.9.0.0** or above. You can download IrDA Framework [here](https://www.btframework.com/irdaframework.htm)
* Serial Framework **7.8.0.0** or above. You can download Serial Framework [here](https://www.btframework.com/serialframework.htm)
* Timeline Framework **7.2.0.0** or above. You can download Timeline Framework [here](https://www.btframework.com/timelineframework.htm)
* WiFi Framework **7.12.0.0** or above. You can download WiFi Framework [here](https://www.btframework.com/wififramework.htm)
The file on the site is always up to date. However using local file does not require internet access and for some reason can be better.
This very simple demo applications show how to use this function. Should you have any questions please contact us at support@btframework.com