http://www.ogre3d.org/tikiwiki/Basic+Tu ... to_Texture
tells me it is for Ogre >= 1.7 and CEGUI >= 0.7 and it tells me:
Code: Select all
CEGUI::Texture &guiTex = mRenderer->createTexture(tex);where "tex" is of type "Ogre::TexturePtr".
When doing this, I get the error:
no matching function for call to 'CEGUI::Renderer::createTexture(Ogre::TexturePtr&)'
How do I get Ogre textures to work in CEGUI? I found several old posts over the net, but they are only covering stone-age versions of Ogre and CEGUI that don't even have some of the needed functions for doing this.
Im using CEGUI 0.7.5, Ogre 1.7.2.
