09-04-2009 04:34 PM
I have a .dll file which was complied in LabVIEW 7.1; is it possible for me to accesss vi inside this dll file? If it is possible, how should I do?
09-04-2009 04:42 PM
See here: Accessing VIs Inside of a LabVIEW Executable or DLL in LabVIEW 8.2 and Later.
So, since you have a 7.1 DLL you should be able to do it using VI Server functions, which you can read about in the LabVIEW Help as well as check out the examples that ship with LabVIEW.