DWSDK C++ Project Configuration

Project Configuration

The steps in the C++ sample project have already been configured. If you need to create a custom project or start from an empty project, the following configurations are required.

Right-click on the C++ project and open the properties.

../_images/cpp_env1.png

In the properties, select C++17.

../_images/cpp17.png

In the C++ settings, under the General menu, add the include folder path from the DW_SDK root directory to the Additional Include Directories.

../_images/cpp_env2.png

In the Linker settings, under the General menu, add the bin folder path from the DW_SDK root directory to Additional Library Directories.

../_images/cpp_env3.png

In the Linker Input menu, add daoai_dl_sdk.lib to Additional Dependencies.

../_images/cpp_env4.png

In the Debugging settings, under the Environment menu, add DWSDK_PATH\bin and DWSDK_PATH\3rdparty to the Path.

../_images/vs_3rdparty.png

Sample Project

You can refer to the C++ Code Example for using the project.

SDK Interface Documentation

Detailed interface documentation can be found in the C++ SDK Interface Documentation.