11-15-2008 11:43 AM
Solved! Go to Solution.
11-15-2008 03:14 PM
Let met get this clear.
In one project (source) a VI is part of an LVLIB.
In another project (target) a VI is part of another LVLIB (or none).
That cannot happen. The power of LVLIB's is that VI and LVLIB know of each other exclusivly.
To do such a thing I would build a toolkit of the LVLIB's using OpenG builder and place the new lvlib (with another name) under user.lib and load the toolkit in the target project.
Ton
11-15-2008 03:41 PM - edited 11-15-2008 03:44 PM
11-16-2008 03:49 AM
Why don't you drag and drop the lvlib?
Second guess, first drag the VI out of the lvlib in one project just into the project, thus disconnecting it from the owning lvlib.
Save the vi.
Then drag and drop it from the source project into the target project into the lvlib.
Good luck,
Ton
11-16-2008 11:49 AM
Actually, I ended up just dragging and dropping and resolving the conflicts, but I like your second idea to disconnect from the owning lvlib before moving to final lvlib in the source.
Thanks.