I am using Labview as an interface for my C++ program, which I have converted into a DLL. I am taking a C++ style string, then converting it to a 'C' style string (using c_str() function), casting it to a char *. I then return it, with the intention that Labview should output the string to a...