One of the function in my DLL is as follows: getPosition (char *x, char *y, char *z, long boardNum) This function returns a position of x,y,& z for a given boardNum.
How do I obtain the x,y,& z using Labview after creating the Call Library Function? How do I pass a pointer?
I believe that when you are configuring your call library function you should define your arguments x, y, and z to all be type = "string" and format = "C String Pointer".