Copy link to clipboard
Copied
Hey
I'm in need of utiliti class that can convert std::string in to ASUnicode. I found one in examples project inside measurements > PIUASZString , however every time I import it, I just get a sea of errors >
How do I include that file without it exploding? I've no idea whats going on with this sdk.
TIA
Copy link to clipboard
Copied
What this code is supposed to do? btw the only source I found: PIUASZString.h
Copy link to clipboard
Copied
Does the measurementsample.xcodeproj build for you? It uses that file in MeasuermentSamplePlugin.cpp. Which version of the SDK are you using and which version of Xcode are you using. I'm building with Xcode 12.5.1 on OS 11.5.2 with no problems. I would check the file you included the header in and make sure it is compiling with "Type: Default - C++ Source" If you added it to a .m or .mm file then try "Type: Objective-C++ Source"
Copy link to clipboard
Copied