10-17-2025 09:36 PM
I have a .lvlib class library containing a whole host of classes and VIs that use them. One VI specifically looks for an instrument (taken from a database) and uses that instrument class if it is in the list and passes out the base instead class if it isn’t found. When compiled into a .lvlibp and this VI is used in a different library for custom teststand step types iam creating the block diagram shows that the accessor and other subVIs are being pulled from the compiled library but the base class is still showing as being sourced from the uncompiled library. Need the class to be sourced from the .lvlibp so I can distribute the class library. Am I missing something in the build specification?
10-19-2025 09:08 AM
Where exactly are you seeing the source class? Normally, all linked files inside a packed library are also inside the packed library and included in its namespace. The 2 exceptions I'm aware of are links to other packed libraries and any files that have a custom destination in the build spec so they aren't "in" the packed library.