02-20-2025 08:46 AM
Hello everyone,
I am trying to use the Build.vi provided by NI to create my own VIs for building applications and other projects. So far, everything has worked perfectly. However, I now have the requirement to start LabVIEW without the GUI.
I found an article on the NI website (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019RYlSAM&l=de-DE) that describes how to create a program that contains a VI, which in turn calls the Build.vi. I was able to create my program using the description and (more or less) execute it successfully. The outputs from my VI, indicating whether the build was successful or not, are still displayed when I run the new program.
My question is: Is it possible to use the Build.vi within a shared library and with the LabVIEW Runtime Dark (liblvrtdark.so.16.0.0)?
I am using LabVIEW2016
Thank and have a nice day,
Musa
Solved! Go to Solution.
02-21-2025 03:40 AM
I am actually answering my own question now.
The reason the Build.vi does not work is, because you can not use it with the LV-Runtime library neither with the "normal" nor with the dark one, so the Build.vi throws an error. reference.: Build VI - NI