I am creating 4 IVI drivers for a single instrument that contains a power supply, function generator, RF signal generator, and a switch.
To do this I have created 5 function panels; 1 for each of the instruments and one for the generic/required functions. This was done because the customer wants a single DLL with each function with a subset to have the prefix as xxxsg_, xxxfg_, xxxps_, and xxxsw_ while the entire DLL is built as xxx.dll.
Building the indepenent instruments was not a problem but since the DLL will ultimately be used in testStand, I need to build the type library. CVI only is allowing me to link to a single fp file. Is there a way in CVI to include multiple fp files.
I know that I can create an ODL and RC
file, include them in the project file and then they would be built into the DLL. Considering the number of functions, this would be painful.
Thanks.
Randy