Page 1 of 1

Get GenericException after clicked the configuration window

Posted: Tue Apr 13, 2010 19:23
by cs_cslaa
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:

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. :cry:

Re: Get GenericException after clicked the configuration window

Posted: Thu Apr 15, 2010 08:39
by CrazyEddie
Hi,

Which search terms did you try?

CE

Re: Get GenericException after clicked the configuration window

Posted: Thu Apr 15, 2010 09:44
by cs_cslaa
Hi CE,

Thanks for your reply. But I am not sure what do you mean by search terms. :cry:

Thanks

Re: Get GenericException after clicked the configuration window

Posted: Thu Apr 15, 2010 13:52
by CrazyEddie
I mean, when you searched the forum prior to posting, what were some of the alternative keyword sets that you searched for? I ask because this is a very common question that has come up about a million times before, and the solution can generally be found by searching the forum.

CE.