09-21-2010 10:33 PM
I use vision assistance generate c code
then i add a code for aquire video from webcam
If i want to run this program in another computer how can i do it?
09-22-2010 03:46 AM - edited 09-22-2010 03:49 AM
This is not quite an easy question!
Basically, to run a CVI application on a separate computer you must install the CVI Run-Time Engine and all needed libraries / toolkits on the target machine. CVI integrates tools to create distribution disks that pack up all these piece in a single installer, so you can create a distribution that solves all this matter.
This topic is discussed in the online help: here the starting point for this argument, which you should find on your machine as well. Here a tutorial on distributing applications.
This is the easy side
You need no user licence to run a pure CVI program on a target computer, but since your application uses libraries out of CVI core libraries, you need to understand if the target machine needs a separate license for them: if you are using NI toolkits, here you can find a listing of all toolkits and details on user licenses needed for each of them, if any. This is really a crucial point, as the necessity of a separate license is not so clear in some cases (i.e. when you are using some third party ActiveX controls not enough documented on this subject).