Quote Originally Posted by rwhartzell View Post
So how do you load and use a c++ library at run time?
You provide one or more C functions that the host program can resolve and use.

Or when both host and plugin are using Qt, just by using Qt's plugin infrastructure
http://doc.qt.io/qt-5/qtwidgets-tool...p-example.html

Cheers,
_