Get GenericException after clicked the configuration window
Posted: Tue Apr 13, 2010 19:23
Hi,all
I am trying to use Oger 1.7 and CEGUI 0.7.1 to render.
The Ogre 1.7 has successfully built and render.
Then I have set up:
CEGUI 0.7.1 (from source)
CEGUI 0.7.1 precompiled depenendencies (for v9)
and built the CEGUIBase_d.dll and the CEGUIOgreRenderer_d.dll which I have included the path in my msvc 9 project.
Simply, I just added a line of code in my source file:
The project is successfully compiled without any compilation errors and the Ogre configuration windows has poped up.
After I clicked OK, the following exception threw.
Is it because I missed to add some addition libraries?
Please, help me.
I am trying to use Oger 1.7 and CEGUI 0.7.1 to render.
The Ogre 1.7 has successfully built and render.
Then I have set up:
CEGUI 0.7.1 (from source)
CEGUI 0.7.1 precompiled depenendencies (for v9)
and built the CEGUIBase_d.dll and the CEGUIOgreRenderer_d.dll which I have included the path in my msvc 9 project.
Simply, I just added a line of code in my source file:
Code: Select all
CEGUI:OgreRenderer& mGUIRenderer = CEGUI::OgreRenderer::bootstrapSystem();
The project is successfully compiled without any compilation errors and the Ogre configuration windows has poped up.
After I clicked OK, the following exception threw.
Code: Select all
First-chance exception at 0x75809617 in FYP.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0031d448..
Unhandled exception at 0x75809617 in FYP.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0031d448..
Is it because I missed to add some addition libraries?
Please, help me.