02-20-2012 12:15 PM
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?
02-21-2012 01:58 AM
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