No renderer options in sample programmes
Posted: Fri Apr 29, 2011 13:42
When I try to run the sample programs it pops up a window asking what renderer I want to use. There are no options.
I've built CEGUI in visual studio 10, got the basic tutorials working and my own program just fine. Now I want to do some more stuff and I thought looking through the samples would be a good step.
config.lua :
-- Renderers
OGRE_RENDERER = true
-- Samples
SAMPLES_OGRE = true
SAMPLES_INCLUDED = true
They all build just fine.
I've built in debug config to start.
I found the exe files in CEGUI-SDK-0.7.5-cv10/bin along with the other built files.
Sample_FirstWindow_d.exe gets as far as asking what renderer I want - none are listed.
I've copied the exe file to a different VS10 project folder where I have a working exe. In that project folder are copies of the CEGUI dlls and the OGRE dlls. Same result.
I've looked through the headers in samples/common but the config headers don't seem to have any options which would obviously fix this.
Please help, thanks!
I've built CEGUI in visual studio 10, got the basic tutorials working and my own program just fine. Now I want to do some more stuff and I thought looking through the samples would be a good step.
config.lua :
-- Renderers
OGRE_RENDERER = true
-- Samples
SAMPLES_OGRE = true
SAMPLES_INCLUDED = true
They all build just fine.
I've built in debug config to start.
I found the exe files in CEGUI-SDK-0.7.5-cv10/bin along with the other built files.
Sample_FirstWindow_d.exe gets as far as asking what renderer I want - none are listed.
I've copied the exe file to a different VS10 project folder where I have a working exe. In that project folder are copies of the CEGUI dlls and the OGRE dlls. Same result.
I've looked through the headers in samples/common but the config headers don't seem to have any options which would obviously fix this.
Please help, thanks!