@danb wrote:
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;
void ofApp::draw(){ ofDrawBitmapStringHighlight( "hello", 20 , 20); }
it still displays as hexadecimal - this is using osx 10.13.6 and oF 0.10.1 -compiling in xcode 9.4.1 what is the obvious error I am overlooking?
Posts: 1
Participants: 1