I hope not to make a mistake by posting here. u_u
I'm using Ogre OIS and CEGUI for a small application in 3D for a project at the end of the semester. The project is progressing well. However, we have to attack the development phase of the GUI.
I get an error from the compiler when I try to compile my application.
Code: Select all
error: ISO C++ forbids declaration of ‘OgreCEGUIRenderer’ with no type
In this line :
Code: Select all
CEGUI::OgreCEGUIRenderer * m_GuiRdr;
But I do not know where its coming from. I enclose the property:
But I do not know where its coming from.
My headers :
Code: Select all
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h>
Someone has an idea ?
Greetings
Arkada aka Gouwi