Stocki Posted November 19, 2009 Report Share Posted November 19, 2009 Hi All- I want to create a copy of a project with all its dependencies. Doing this by clicking "save as.. copy" just saves the project file to another path, but all dependencies are still linked to the old files (no copies created to the new folder). I want a full independently running duplicate of the original. Thnx Stocki Quote Link to comment
Wire Warrior Posted November 19, 2009 Report Share Posted November 19, 2009 It sounds like what you want to do is create a source code distribution. There are options in the build specification for including information in the user.lib and vi.lib. This article on NI's Developer Zone might help you Distributing Applications with the LabVIEW Application Builder. Hope this helps. Jason Quote Link to comment
GoGators Posted November 19, 2009 Report Share Posted November 19, 2009 It sounds like what you want to do is create a source code distribution. There are options in the build specification for including information in the user.lib and vi.lib. Hope this helps. Jason Jason is right. The only thing you will need to copy is the project since source distributions are target based and not project based and it can drag all the interesting (vi.lib, user.lib, and inst.lib) stuff over. Just be careful not to include files you don't need, because cross-linking problems can be annoying. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.