First, congratulations for this piece of opensource excelence, Im ejoying its incorporation in my project.
I think there is a bug in TaskHandlerBase.h, in the line:
virtual void onAdvanceFrame() const {};
Because in ApplicationBase.h there is no const:
virtual void onAdvanceFrame();
and in runtime the vtable of the instance of the application class is:
_vfptr 0x005a9234 const...
2008-04-09 16:38:53 UTC in xface