I made a critical mistake some years ago. I used the advanced
features of the save option to write out my project with all the
sub-vi's and libraries. Now I have a version 7 LabView I am
attempting to convert it. The trouble is that many of the
features that I use in the project (serial I/O, equation parsing, card
initialization) are part of the distribution. The real nub hit
when I tried to replace the locally defined equation parsing vi with
the one defined in the system. The system vi would not run bcause
the underliing function exists inside the lvanlys.lib stored locally,
which does not convert.
How can I extricate all the parts of my considerably complex vi that
are my creation from the bits that should be part of LabView?