Hello,
when I load the tsutil.fp (TestStand Utility Functions) to my project it automatically opens a few more function panels (tsapicvi.fp/TestStand API3.0, Easy Tab Control, etc.). I want to have this automatical loading in my function panel.
How can I configure my function panel in a way that it loads other needed function panels (in this case: tsutil.fp) automatically? (in the same way tsutil.fp does it, as described above).
The reason is that I have created my own function panel that has to be linked with the tsutil(.fp) code. Without the tsutil.fp i get link errors (undefined symbol).
Thanks