Page 1 of 1

SetParamValue not working in ogre 1.9 tutorial framework

Posted: Fri Feb 01, 2019 8:23 am
by cvarela
Ogre Version: :1.9:
Operating System: :Ubuntu 16.04:
Render System: :OpenGL :

Code: Select all

Ogre.log (optional)
Im having trouble building the tutorial framework. I had to include OgreOverlaySystem.h in base application.h eclipse is happy with everything but setParamValue(). It’ll suggest cont &, const & or unsigned unr, const &. But all the arguments are an unsigned int with a const string. Help please!