08-04-2010 11:26 AM
I am trying to add a vi into source safe inside LabVIEW through MSSCCI. When I try to add a file to source safe, the software would also prompt me to add a bunch of dependant vis that are not related (they shouldn't be dependant). Why is that?
08-04-2010 11:34 AM
Well they are related to the VI (otherwise they won't be listed).
You can set if callers or callees should be included in these dialogs.
However it's a good idea to find out how these VIs are related (are they in the same class/library)
Use the hierarchy window to explore the links.
Ton