11-03-2006 12:50 PM
I'm trying to include the compilation of our labview applications as part of our automated build process.
I've written a vi that uses BuildTargetbuildSpecification.vi to build all the build specifications from a given project. The project file name is provided via the command line. Everything works in that the project builds the only issue that I have left to resolve is that labview displays a dialog asking if I want to save the target project file. I need to ether clear this dialog (hit save) or prevent it from displaying.
Additional info/questions:
- I'm using Labview 8.2
- I examined the project file before and after my program and it actually has _not_ changed (so the dialog I'm getting should not exist).
- Can I enable an autosave?
- I run the program like this:
labview.exe BuildProject.vi * myproj.lvproj
I tried compiling BuildProject.vi to an exe but it didn't work. One of my co-workers sent me a conversation with one of your support agents where the agent stated that this was a flaw in the Labview runtime.
Can you make any suggests on how to handle the dialog or suggest some other approach that I should try?
Troy
11-08-2006 07:39 PM
11-08-2006 10:07 PM