Skip to main content
Inspiring
January 9, 2022
Answered

including PIUASZString cause entire SDK to explode....

  • January 9, 2022
  • 3 replies
  • 356 views

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

 

This topic has been closed for replies.
Correct answer Kukurykus

Jan 13, 2022

3 replies

Kukurykus
KukurykusCorrect answer
Legend
January 12, 2022
Tom Ruark
Inspiring
January 10, 2022

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"

Kukurykus
Legend
January 9, 2022

What this code is supposed to do? btw the only source I found: PIUASZString.h