LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Build.vi from NI_App_Builder_API.lvlib inside a Shared Library

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 2
(92 Views)
Solution
Accepted by topic author musa_

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

0 Kudos
Message 2 of 2
(59 Views)