10-18-2019, 02:51 PM
I recommend you to take a look at the C++ section of the RoboDK API GitHub repository:
https://github.com/RoboDK/RoboDK-API/tre...er/C%2B%2B
You'll find an example in C++. This example requires using Qt.
You can also use the RoboDK API .Net version (NuGet Package) and integrate it in Microsoft Visual Studio for C++ without Qt dependencies:
https://www.nuget.org/packages/RoboDkApi/
https://github.com/RoboDK/RoboDK-API/tre...er/C%2B%2B
You'll find an example in C++. This example requires using Qt.
You can also use the RoboDK API .Net version (NuGet Package) and integrate it in Microsoft Visual Studio for C++ without Qt dependencies:
https://www.nuget.org/packages/RoboDkApi/