RobotStudio event

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

Options
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

  • dnilsson
    Options
    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.