I'm using LV 8.5.
I have a number of LLBs. The VIs in these LLBs are called dynamically by other VIs within the project, so I want them explicitly included within the executable.
When I add the LLBs to the project, I can add it as a snapshot and see the contents spilled out in tree view. if I add it as an auto-populating folder, it does not expand to view the contents.
I build the Application and attempt to run it.
If I included the LLB as an auto-populating folder, the contents of the VIs are NOT included in the executable. I know this because the VIs I attempt to call dynamically are not found.
If I included the LLB as an snapshot folder, the contents of the VIs appear to be in the executable; there are no 'path/VI not found' errors.
Q1? : Is it possible to have an auto-populated LLB?
Q2? : If not, would you please pass it as a requested feature for 8.5.1?
Thank you.