LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can the 'call library function call code other than c

does the 'call library function' work on other language code(other than c)
0 Kudos
Message 1 of 2
(2,517 Views)
Call Library Function can call functions in any DLL, regardless of what program created it. Different languages and compilers may have different calling conventions. See the document titled "Using External Code in LabVIEW" (which ships with LabVIEW) for more help. To find this document, from your diagram, right-click on the Call Library Funcrtion node, then select Help, then click on the link to Using External Code in LabVIEW.
0 Kudos
Message 2 of 2
(2,517 Views)