View Single Post
I guess this is an error relating to the fact that you can't call non const methods from inside a const function.
But looking at the ofBaseTypes.h, draw(x,y,w,h) is indeed defined as a const method.
Can you post the errors you get?