Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Is it possible to build a robostudio add-in with robotstudio sdk in c++?

I'd like to create a c++ framework for addins.
The reason why I'd like to do this is that I'd like to integrate functionalities of an other software written in c++ (using Qt).
Is there anyone who already did that ?

Comments

  • Hi,
    So you want to use the GUI from an already written C++ application?
    That would not integrate well with RobotStudio. But you of course use the DLL's from the C++ application and call them from C#. So my recommendation is to write the actual add-in in C# and then use the C++ DLL's to leverage the already written extra functionality.