04-06-2011 11:15 AM
I'm using LV 8.5 and have a working project consisting of several layers of hierachy.
When I compile the top level vi to an exe file, everything appears to work ok. However when I try and run the .exe file I get a dialog box asking me to find one of the low level sub-vis from the project. If I ignore the box, I get a broken arrow and the top-level vi will not run.
This happens on the machine I developed the code on, I haven't tried installing it on another machine yet.
I've tried mass compiling the project directory.
I've tried renaming the sub-vi in question.
I've tried building an app from the sub-vi in the layer above my 'problem' sub-vi - sucess
I've tried building an app from a sub-vi 2 layers above my sub-vi - same failure as before.
Can anyone help with this as I'm tearing my hair out ?
04-06-2011 11:39 AM
Are there any conflicts in the Project Explorer for your project?
04-07-2011 03:38 AM
Hi there,
No conflicts or any indications that there could be a problem until I come to run the final .exe file.
I've managed to bodge a solution by removing the particuilar feature with a diagram disable structure, so I can get a copy out for evaluation, but it'll miss that particular functionality until I can work out what is going wrong.
ta