01-16-2011 01:18 AM
Hi all,
I have created a program in Labwindows, which includes library and header files of two third party daq cards. I want to create its executable file using CVI 2009, so that i can run this Exe on other computer which doesn't have Labwindows installed.
Please tell me how to make an Executable file?
Do i need to install Labwindows and the drivers of daq cards on other PC as well?
Help will be appreciated.
01-16-2011
02:40 AM
- last edited on
06-13-2024
03:49 PM
by
Content Cleaner
Creating the executable is easy in CVI: here the help page for this subject; the procedure is easy and provided your application runs in debug mode you should have no errors in creating the executable.
To run such an application on a target computer you do not need to install full CVI system on it: the basic requirement is to install the run-time engine (here the list of help topics on this subject); additional hardware / software you are using in your application (such as the daq boards you mention) may require you to install specific libraries. In case you are statically linking to libraries you could have no need of additional software but in any case producer documentation should clarify this subject.