we build an executable using LabVIEW, and the executable calls multiple test vi dynamically by calling either "Call by Reference" or "Run VI" method in invoke note using file path.
we'd like to modify the test vi without re-compling the executable.
however, when we replace the test vi, the executable complains about vi.lib related dependencies.
Here is our current build specification.
we put the all test vis in the build specification.
And we selected the dependencies to go together with the executable. (build specification - Source File Settings - Dependencies in Project Files - Check Set destination for all contained items - selected the executable in the drop down menu.
It runs fine with the compiled test vis.
But, if we replace the compiled vi to non-compiled vi, it throws an error related to dependencies.