05-16-2025 03:01 PM
I asked how to add files to the Always Include list. My Always Include is greyed out.
File attached.
05-16-2025 03:41 PM
Why does your file list only have one VI? Did you add all the other VIs to the project first?
05-16-2025 03:44 PM
All of the VIs I use are in the Project Dependencies list. See attached.
05-19-2025 09:03 AM
Anything that's dynamically loaded needs to be added to the Always include list, since LV doesn't know about it at compile time.
05-19-2025 09:09 AM - edited 05-19-2025 09:12 AM
The problem is I can't seem to add anything to the always include list. All options are greyed out. See attached. I don't have any dynamically loaded VIs, they are all statically linked subVIs.... all in different LLBs.
05-19-2025 09:26 AM
You might need to drag them to the project first from the Dependency list.
05-19-2025 09:50 AM
I dragged all of the dependencies up to the project level. Added all of the VIs to the Always Include list. Still when I run the executable the pink toolbar at the top does not display.
05-19-2025 10:01 AM
You keep throwing BMPs at us.
The toolbar VI will not be in the dependencies if it is exclusively called via a path, it will also have a different relative path when called inside the runtime.
Can you include some error handing to see what the runtime thinks when the toolbar is called?
Can you remove all these "always include" items again and show is the built preview instead?
05-19-2025 10:21 AM
I'm not sure how to add error handling... I've got the error cluster wired to/from each subVI. I've got a tab control on the front panel called Errors that display the contents of the error cluster. There are no errors. The executable appears to be working because when I click the DONE button, the application closes, as expected.
Also, what is built preview?
05-19-2025 10:25 AM