06-08-2016 12:59 AM
I have huge project which has so many vi's and libraries it takes more time to load and build application. It loads unused vi's from library which takes more memory how to avoid it
so is there any way to avoid loading entire library and load only used vi's from library any option to be selected in labview project to avoid it.
please some one help me.
06-08-2016 01:54 AM - edited 06-08-2016 01:54 AM
Either precompile your library (LVLIBP) or refactor your library, which would IMHO be the best way to solve this (and possibly future issues).
It is not good design practice to put everything, one could possibly need into one large lib. Instead use multiple libraries with member functions being related to each other.