LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call library function - type

I want to call a function from a dll.
This function returns a value with the following type : char**.

How can I retrieve this value with LabView 5.1? How shoud I configure my call library function?
0 Kudos
Message 1 of 2
(2,567 Views)
Write another dll (in Visual C++ or VB) that will consist function with prototype func(char** ch,...), where first parameter is return value to LabVIEW. This dll will call to your dll, and will return char** through first parameter (i hope you understand me because my english)
0 Kudos
Message 2 of 2
(2,567 Views)