code i’ve been working on for a while started printing out string values as hexadecimal - the memory addresses of the strings it would appear (from stack overflow et al) - so in an attempt to debug I refreshed, checked and then made a new project with only this in;
when using ofTrueTypeFont and font.drawString() rather than ofDrawBitmapString() the text values are fine but using ofToString() is returning the addresses of the values I am passing to it rather than a correct string - something is up in the config of my dev machine as all the standard oF examples are doing the same thing-