I know there are another posts about this issue, but I still have doubts.
I have a function prototype in a dll that is "void StartServer (char *pServerIP, long ServerPort)"
The pServerIP variable is a string. If I add this argument as string, and select "C String Pointer", the prototype on the LabVIEW call library function node is: "void StartServer(CStr pServerIPAddr, long ServerPort)".
It's the first time I use it, and I would like to know if it is the same.
Thank you!!"