Search found 13 matches
- Mon May 18, 2009 00:58
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Okey after what earthsruler said I began moving the includes around, just to see what would happen :p. When i moved #include <CEGUI/CEGUI.h> #include <CEGUI/CEGUISystem.h> #include <CEGUI/CEGUISchemeManager.h> #include <OgreCEGUIRenderer.h> into the herbert_game.h file all of a sudden everything com...
- Sun May 17, 2009 17:03
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Nope...
Nothing seems to help.
Tried defining it in the code where you said, I even tried defining it in the preprossesor. No change.
I'm just about to give up.
Nothing seems to help.
Tried defining it in the code where you said, I even tried defining it in the preprossesor. No change.
I'm just about to give up.
- Sun May 17, 2009 13:22
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
I am quite sure its not a typo, because when I comment out all that has to do with CEGUI and the frame listener, I get it to run just fine.
- Sat May 16, 2009 14:32
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
I am using standard MS libs.
- Sat May 16, 2009 04:05
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Tried that, no change.
Begging to believe that there is something wrong with my Ogre installation.
Just to be sure, I'll reinstall it.
Edit: reinstall didn't help
Begging to believe that there is something wrong with my Ogre installation.
Just to be sure, I'll reinstall it.
Edit: reinstall didn't help
- Sat May 16, 2009 02:32
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Yes I tried all the includes you suggested and I still get the error.
Its very strange, with no extra code but includes I still get the error.
Its very strange, with no extra code but includes I still get the error.
- Fri May 15, 2009 17:03
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Okey, I should have thought of that before I posted, sorry. I use VS2008, version 0.5.1 (included in the Ogre sdk) The code where the error is: line 644-647 size_type size(void) const { return d_cplength; } line 855-872 int compare(size_type idx, size_type len, const std::string& std_str, size_t...
- Fri May 15, 2009 15:40
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
I don't think its the includes that's the problem.
When I comment out all the CEGUI code the error is of course gone, but as soon as I try to include the CEGUI.h file, with all other CEGUI code still commented out, the error returns.
When I comment out all the CEGUI code the error is of course gone, but as soon as I try to include the CEGUI.h file, with all other CEGUI code still commented out, the error returns.
- Fri May 15, 2009 11:00
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
This is my setup file ogre_setup.h #include "tour.h" #include "frameListener.h" #include <windows.h> #include <Ogre.h> #include <OIS/OIS.h> #include <CEGUI/CEGUI.h> #include <OgreCEGUIRenderer.h> #undef min #undef max using namespace Ogre; //Ogre start up. Replacement for Example...
- Tue May 12, 2009 18:50
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
Re: Compiling error in CEGUIString.h
Is there no one who can help me with this?
- Sat May 09, 2009 12:49
- Forum: Help
- Topic: [solved]Compiling error in CEGUIString.h
- Replies: 20
- Views: 13601
[solved]Compiling error in CEGUIString.h
Hey. I just upgraded to Ogre 1.6.2 and now when I try to compile my project I get this error output: 1>------ Build started: Project: herbert_game, Configuration: Debug Win32 ------ 1>Compiling... 1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future r...
- Sat Apr 25, 2009 21:37
- Forum: Help
- Topic: Compiling error on PushButton::EventClicked callback
- Replies: 2
- Views: 1879
Re: Compiling error on PushButton::EventClicked callback
That was it, thanks a lot
- Sat Apr 25, 2009 16:59
- Forum: Help
- Topic: Compiling error on PushButton::EventClicked callback
- Replies: 2
- Views: 1879
Compiling error on PushButton::EventClicked callback
Hey. When I try to create a callback event for a button, like this: newGame->subscribeEvent(CEGUI::PushButton::EventClicked, CEGUI::Event::Subscriber(&BufferedInputHandler::newGame)); I get this compiling error: 1>------ Build started: Project: herbert_game, Configuration: Debug Win32 ------ 1>C...