Hi group

Hi group
Need some help in convrert C+ code, namely char**
e.g in a function call to a dll to get data:
 char **return_data, int *return_data_len 

return_data: Pointer to a pointer to the memory location of a char array containing the data returned from the datalogger


I am suspecting its a pointer to a pointer of array (pansichar)
I have googled...found like to use ^pansichar ?
Thanks for input on how to use this (how to code in the header file for using the dll and how to handle the data passed to the program calling the dll file ( I suspect its an array where you need to allocate size that is set by the returned data length sort of thing)
thanks!

Comments