LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Workspace projects

Hello,

 

I have multiple projects in one workspace. I want to create any small program or any script for compile all my projects.

I try it to make fromCVI API functions but I can not find functions that allow me manage different projects in one workspace. Anybody have any ideas?

 

 

Best Regards
Boris
0 Kudos
Message 1 of 2
(2,806 Views)

Hi,

 

the CVI API allows you to compile a project file; therefore you can parse the workspace file (it's more or less ini) and compile then each of the projects seperately ("CVI_AppBuiltProject")... Perhaps I find some sample code...

 

On the other hand, CVI already had a feature "batch built", where you can compile each (or selected) projects of you workspace, available in Built-Batch Built.

 

Peter

0 Kudos
Message 2 of 2
(2,796 Views)