03-09-2010 06:26 AM
I would like to run a LabVIEW VI as part of the Build Application (EXE) process.
The example I have in mind is a VI that calls svnversion.exe and updates a conf file depending on its output. Ideally the build will only continue if this VI ends with no error.
Any suggestions on how this could be achieved would be gratefully appreciated.
Kind regards.
Conway
03-10-2010 01:22 AM
Have you seen this vi located in
"C:\Program Files\National Instruments\LabVIEW 2009\examples\project\programmatically build\Build Targets Programmatically.vi"
Run the svnversion.exe and if no errors then run the above vi.
Guru