Tornado market interface specifications and VC and other language call examples DEMO download
龙卷风接口调用范例-VC
(注:This example is compiled under the VC6 platform,It can be directly compiled and passed under VC6,If compiled under a higher version of VC platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。
龙卷风接口调用范例-VB
(注:This example is compiled under the VB6 platform,It can be directly compiled and passed under VB6,If compiled under a higher version of VB platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。
龙卷风接口调用范例-C#
(注:This example is compiled under the VS6 platform,It can be directly compiled and passed under VS6,If compiled under a higher version of VS platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。
龙卷风接口调用范例-DelphiXE
(注:This example is compiled under the DELPHIXE5 platform,It can be compiled directly under DELPHIXE5,If compiled under a higher version of Delphi platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。
Tornado market interface calling example-DEMO written in python language
(Note:This calling example is using the pycharm community version platform,version date:2023.2.5
It is recommended that everyone use the same version,Download address of pycharm community version:
https://www.jetbrains.com/pycharm/download/other.html
python使用的版本是 python 3.9.13(32-bit),Its download address:
https://www.python.org/downloads/windows/
调用示例代码中界面功能使用到 pyqt5,Its installation method in pycharm:
Run the command on the Terminal of pycharm to install it:pip install pyqt5
)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。

Comments (0)