Search found 37 matches

by nicoo
Sat Mar 29, 2014 01:05
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

Re: The Beginners Guide... some error at runing time

Why is CEGUI.h in your main directory but nothing else of CEGUI? just a side not unrelated to your issues I don't understand what you mean, CEGUI.h isn't in my src (main ?) directory, it's on my system where all includes are by default installed ( /usr/include ). On archlinux, CEGUI.h is installed ...
by nicoo
Fri Mar 28, 2014 22:33
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

Re: The Beginners Guide... some error at runing time

ok I will compile it tomorrow.
anyway, if for some curiosity you want to look into my code you can found it here
note : i'm working only on linux, so it's not a good idea to compile my stuffs on other OS.
by nicoo
Fri Mar 28, 2014 22:15
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

Re: The Beginners Guide... some error at runing time

actually I didn't compile CEGUI myself, I've installed CEGUI from the archlinux repository. When I run CEGUISampleFramework-0.8 I get, CEGUISampleFramework-0.8: error while loading shared libraries: libOgreMain.so.1.9.0: cannot open shared object file: No such file or directory what do you want me t...
by nicoo
Fri Mar 28, 2014 19:20
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

Re: The Beginners Guide... some error at runing time

did you try to load the Samples? Did they work? if you mean " CEGUISampleFramework-0.8" I cant start it because it needs ogre3D, I don't work with ogre3D, anyway if you need me to install Ogre3D and test the samples, I can do it. Are you sure the layout file is present and not encoded in ...
by nicoo
Fri Mar 28, 2014 17:24
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

Re: The Beginners Guide... some error at runing time

ok I found from where comes the problem, that comes from this line : CEGUI::System::getSingleton().renderAllGUIContexts(); actually, I forgot to add this line in my first post... I still don't know why. int main(int argc, char **argv) { createWindow() // initialise opengl, glew... CEGUI::OpenGLRende...
by nicoo
Wed Mar 26, 2014 18:13
Forum: Help
Topic: [solved] The Beginners Guide... some error at runing time
Replies: 12
Views: 6280

[solved] The Beginners Guide... some error at runing time

Hi, I'm reading the documentation, The Beginners Guide to Creating a CEGUI Window . Maybe there is something I do wrong, I got some problem when test.layout is parsed. test.layout comes from the tutorial, I paste here the one I use to be sure there is no mistake. <?xml version="1.0" ?> <GU...
by nicoo
Mon Mar 24, 2014 03:35
Forum: Help
Topic: CEGUI In Practice - A Game Console
Replies: 11
Views: 7244

CEGUI In Practice - A Game Console

Hi, could you please check if the includes are correctly wrote in "CEGUI InPractice 6 - A game Console" I suspect it should be : #include <CEGUI/System.h> #include <CEGUI/SchemeManager.h> #include <CEGUI/colour.h> also, iInstanceNumber is it needed for cegui 0.8 ?

Go to advanced search