Hi:
I am working on CEGUI and OGRE module. I used the scheme manager for loading imagesets and included the CEGUISchemeManager.h file in the code but when i compile the code then it says CEGUISchemeManager.h': No such file or director.
I have all the CEGUI related dll included in the code and if i do not use SchemeManager related code in my module then my module compiles fine...
I even copied the CEGUISchemeManager.h file in the code repository but still compilation process is throwing error.
Any help is appreciated..
Any clue on this?
CEGUISchemeManager.h': No such file or director
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: CEGUISchemeManager.h': No such file or director
Hi,
Yeah, it can't find the file
What happens if you include the main CEGUI.h header?
Can you show how the CEGUI headers are arranged? And also what header search paths you have added to your project and/or development environment. Are these the official CEGUI headers or the Ogre dependencies version? This is important because the way the Ogre guys arrange their copy of the CEGUI headers is not the way we have ours, and they like to use the CEGUI/ prefix in #include statements whereas I detest it
CE.
Any clue on this?
Yeah, it can't find the file
What happens if you include the main CEGUI.h header?
Can you show how the CEGUI headers are arranged? And also what header search paths you have added to your project and/or development environment. Are these the official CEGUI headers or the Ogre dependencies version? This is important because the way the Ogre guys arrange their copy of the CEGUI headers is not the way we have ours, and they like to use the CEGUI/ prefix in #include statements whereas I detest it

CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Re: CEGUISchemeManager.h': No such file or director
These are the files that i have included...
#include "ExampleApplication.h"
#include <CEGUI/CEGUI.h>
#include <OgreCEGUIRenderer.h>
#include <OIS/OIS.h>
#include "CEGUISchemeManager.h"
#include "CEGUIFontManager.h"
File is placed in the same directory as of "ExampleApplication.h".
All three .h files are placed in the include folder on the project space on disc.
In the properties i have specified "Additional include directories" as follows:
../include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\include
I am not sure about what this means:
Are these the official CEGUI headers or the Ogre dependencies version?
I have picked the CEGUISchemeManage.h file from CEGUI code base. Apart from this, Ogre has some CEGUI related dll files which are also placed in debug and release directory.
Those are: CEGUIBase_d.dll
CEGUIExpatParser_d.dll
CEGUIFalagardWRBase_d.dll
Thanks
Saurabh
#include "ExampleApplication.h"
#include <CEGUI/CEGUI.h>
#include <OgreCEGUIRenderer.h>
#include <OIS/OIS.h>
#include "CEGUISchemeManager.h"
#include "CEGUIFontManager.h"
File is placed in the same directory as of "ExampleApplication.h".
All three .h files are placed in the include folder on the project space on disc.
In the properties i have specified "Additional include directories" as follows:
../include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\include
I am not sure about what this means:
Are these the official CEGUI headers or the Ogre dependencies version?
I have picked the CEGUISchemeManage.h file from CEGUI code base. Apart from this, Ogre has some CEGUI related dll files which are also placed in debug and release directory.
Those are: CEGUIBase_d.dll
CEGUIExpatParser_d.dll
CEGUIFalagardWRBase_d.dll
Thanks
Saurabh
Re: CEGUISchemeManager.h': No such file or director
Hey that works...
I need to say CEGUI/CEGUISchemeManage.h in the include section/...
Thanks for help man..
Thanks
Saurabh
I need to say CEGUI/CEGUISchemeManage.h in the include section/...
Thanks for help man..
Thanks
Saurabh
Return to “Offtopic Discussion”
Who is online
Users browsing this forum: No registered users and 19 guests
