LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

MAKE-file for CVI project compilation

How can I create MAKE-file to compile my source code without CVI project?
0 Kudos
Message 1 of 2
(2,876 Views)
We currently do not have a tool that will create a MAKE file for you. However, CVI 7.1 now includes a command line compiler that you can use to build CVI projects, provided you have an existing prj file for the projects. You can download an eval of the CVI 7.1 from here.

For previous versions of CVI, you can use the ActiveX interface to CVI to setup command line builds. This is a little more slower than the tool in CVI 7.1. The ActiveX command line build is one of the ActiveX CVI examples.

Hope this helps.
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,867 Views)