LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Exe file on Labwindows

 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.

 

0 Kudos
Message 1 of 2
(3,968 Views)

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(3,964 Views)