Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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.
The function can read errors information from XML file located on our site (https://www.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
Expand Down