LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Static Labraries in LabView

Is it possible to call a static library in Labview, without calling it through a shared library?

Thank you in advance for your replies.

0 Kudos
Message 1 of 4
(1,070 Views)

Please provide more details on what you are trying to do?

 

What do you mean specifically by a "static" library?

0 Kudos
Message 2 of 4
(1,039 Views)

usually you can create a shared library, .dll or .so, and call the function via function call node in labView. The symbols are resolved during run-time. I want to link the funtion, so that they resolved during compile-time.

0 Kudos
Message 3 of 4
(1,010 Views)

Posted and answered also here: https://lavag.org/topic/21861-static-libraries-in-labview/

 

It's useful to mention crossposts, so that people can see if it was already answered.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(1,000 Views)