09-26-2017 01:03 PM
I copied a vi to a new computer. On the new computer I use 64bit labview, but the vi library is missing because the old one use 32bit. I do have a 64bit library. The question is how I can reconfigure all the call library function at one time instead of configure each sub vi. Each sub vi uses the same .dll file.
09-26-2017 01:26 PM
Is everything about the call the same, except for the path to the DLL? If so, you should be able to use Find and Replace on the DLL path.
09-27-2017 05:23 AM
And if you have the chance to rename the DLLs you might want to make use of the LabVIEW wildcards in library paths in the Call Library Node configuration.