Dear sir,
I want to call the DQMH module dynamically as addons to extend the function of the application without rebuild the project. In my way, I packed the DQMH modules into packed libraries and call the related VIs by path as shown in the image. The problem is, it works well in source code, moduleA's reference could be used to open moduleA, moduleB...
But for the packed libraries, only the strictly same type reference could open the same module. Though all the "Start Module.vi" have the same interface, but moduleA's reference could not be used to open moduleB, it will trigger an error saying "mismatch type".
As you know, before the addon loads, the application couldn't know which moudle will be load to choose the related reference.
Is there a solution for such issue?
Any reponse will be greately appreciated.