10-07-2010 12:33 PM
Hi all,
I have a lot of dependencies vis in my lvproj that have absolutely no relevelent to the project. Why are they in there? Do I have to remove them from the project one at a time? Would there be any adverse effect?
yik
10-07-2010 01:15 PM
Are you sure that they are not relevent?
Maybe you didn't directly use them during your coding,
but maybe some of the functions you used made calls to other LabVIEW VIs.
10-07-2010 01:24 PM
Yes, I am sure.
10-07-2010 06:14 PM
yik,
You can find the callers of a VI in a project by right-clicking it then selecting Find >> Callers. This should reveal where the dependencies are being called in your project.