Hi,
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?
Thanks,
Frans