I am trying to control Dynamixel servos using a GUI made using Qt. Dynamixel provides a C set of C libraries to control the motors, while the only way of making GUI\'s I kno
Dont forget about extern "C" around the library headers. Read here. How does C's "extern" work?
extern "C"