If you use the SDK, the required operations may cause data loss.
1. Basic SDK information
File Name | Version number | md5 |
QTForPC.dll | 1.0.0.0 | 32 :ec8a706ad18d218fd5352af85932fc63 |
64 :c70a71c576b648cd31fadb660fa23308 | ||
UTDID.dll | 1.0.0.1 | 32 :e5cb460a15b4e76f036245a00b9aea59 |
64 :f7d13897950a16dd7d916e0d51611b05 | ||
wtnet.dll | 3.1.14.7 | 32:4e8a4fa0758d730735f5b077adc60337 |
64:1fa74359bf445093798eea74416954dc | ||
zlib1.dll | 1.2.7.0 | 32:6094af9aadbed77d042b1009a807a3da |
64:c6c4d64d406efcb235e11a8f81003a87 | ||
zlibwapi.dll | 1.0.0.0 | 32:d5c16da55774777e4fb5558c1145171e |
64:959553f1592e6e1522a13544d4f41785 | ||
QTForPC.h | 1.0.0.0 | 7217bbd6cd5d581e6fcd9b869d470c25 |
QTForPCHelper.h | 1.0.0.0 | 8d11dc71c7ba9d47baf4d08479fed6c6 |
Currently, the Windows C++ SDK only supports offline access. To obtain the offline package, click Windows C++SDK.zip.
2. Quick integration
In the Quick Tracking backend, dedicated integration code is generated for each application, which can be integrated according to the guidance in the product.
2.1 product path
Quick Tracking "Home"-"management console", "management console", "organization list" on the "management console" page, "organization list" shows the currently created organization, find the organization to which the application belongs, and click "management application" to jump to the "application management" page, in the right of the created application and click "de-integrate".

Click Integrate to go to the new page to obtain the dedicated integration code. Click Next and click Integration Verification to go to the Integration Verification page and call the integration verification API to check whether the integration is successful.

3. Integration code details
If the preceding page cannot be reached due to specific reasons, you must read the documentation before you can integrate the data. For more information, see the following steps:
3.1 Parameter Preparation
appkey: obtained from the application list
Domain Name: You can obtain the domain name in the Collection Information section of the Management Console.
3.2 manual integration
Create a directory for storing header files in the project directory and copy the header files to it, such as /qtforpc/include.

Open your project with VisaulStudio, right-click on the project name, and select Properties. In the left menu, select "C/C++"-> "General" (General), then add your header file path in "Additional Include Directories" (Additional Include Directories), as /qtforpc/include in the file path created in step 1.

Copy the DLL file to the same directory as the corresponding platform executable file (QTForPC.dll, UTDID.dll, wtnet.dll, zlib1.dll, zlibwapi.dll). For example, the 32-bit Release version DLL file needs to be copied to the executable file directory corresponding to the 32-bit Release version of the application so that the DLL can be found run time.
As shown in the following figure:
Place the integration file in the same directory as DesktopApp.exe

Include header files in your code, for example:
#include "qtforpc\include\QTForPC.h". Ensure that the API provided by the DLL is called correctly.
Compile your project and run the test. The following figure shows the console print for successful initialization.
