LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call library function node

Hi, I need to call a C++DLL and the functions prototype are
int  GetTNT ( int16 recIdx, int16 fieldIdx, int8* pStatus, int8* pType, char** pszValue);
int GetConfig ( int8 confIdx, int **pszValue);
             In this how to configure for double pointers(inr **pszvalue and char **pszvalue)
   
0 Kudos
Message 1 of 2
(2,542 Views)
Without knowing the details on what those functions do, they're likely just arrays. Use the array data type. Look in the LabVIEW documentation at the topic "Using Arrays and Strings in the Call Library Function Node". Also take a look at the "Call DLL" example that ships with LabVIEW (Help->Find Examples..."
0 Kudos
Message 2 of 2
(2,526 Views)