I'm trying to make a dynamic library for windows using juce core, but when I create a string the application crashes.
I have thie following code:
String dir("C://Users//SpongeBob//Documents//"); return dir;
But the returned text is the following:
{text={data=0x05ba2bc8 "îþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþîþùoý<uË\b\x18:™p\x2" } } const juce::String &
I access this code using som c# calls, can anybody help me with that?
NOTE: On android, iOS and Mac it works without any problem.