03-28-2006 01:31 PM
03-28-2006 01:35 PM
I believe there is a utility in the NI Example Programs repository on ni.com that will remove vi.lib VIs from your distribution. Search ni.com for "remove" and "vi.lib" and see if anything comes up.
-D
03-28-2006 01:38 PM
One option would be to
1) write a VI with the “List Folder” primitive to get a lit of all the
2) Then write a VI that will rename any VI in your project dir that is also in
vi.lib (something like someFile.vi to someFile.bk).
3) Now load up your project / Mass compile your project dir. It should search
for all the missing subVis and find them in VI.lib and fix up your linkage.
4) Provided everything worked you can now remove the .bk files
03-28-2006 02:01 PM