Search found 14 matches

by pxL
Fri Dec 16, 2005 21:26
Forum: Modifications / Integrations / Customisations
Topic: CEGUI::String to std::string
Replies: 11
Views: 23115

Re: CEGUI::String to std::string

Well it is what I suspected :D, so instead of: comboRenderer->getSelectedItem()->getText().c_str() I do: comboRenderer->getText().c_str() Which work perfectly for me :), you could also change the function that spannerman wrote by adding some code at the if-statement: const std::string myClass::getCo...
by pxL
Fri Dec 16, 2005 20:31
Forum: Modifications / Integrations / Customisations
Topic: CEGUI::String to std::string
Replies: 11
Views: 23115

Re: CEGUI::String to std::string

Yea well it also compiles for me ;) but when I hit the save button it stops there :P. Thx Spannerman I'll try it right now, but when I was reading your code I realised that I'm using this code: cmbRenderer->setText( mapVideoOptions[ "Render System" ] ); To set the setting that I ge...
by pxL
Fri Dec 16, 2005 11:54
Forum: Modifications / Integrations / Customisations
Topic: CEGUI::String to std::string
Replies: 11
Views: 23115

CEGUI::String to std::string

Hey, I'm trying to conver a cegui::string to std::string and when I searched the forum I saw that std::string string( cegui::string.c_str() ) should work, but sadly it doesn't :(... Could someone help me plz :) Using: Ogre CVS Cegui 0.4.0 Stable Src MS Visual 7.1 Code (Where it goes wrong): // Getti...
by pxL
Fri Nov 11, 2005 15:08
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

http://www.ogre3d.org/phpBB2/viewtopic. ... highlight=

this is the solution. well anyway it also states another error anyway thanks for your help
by pxL
Fri Nov 11, 2005 14:11
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

Ok found it feel embarresed :oops: well anyway it still doesnt work though the demo_gui gives a different error than my .exe. "The procedure entry point ?draw@ListboxTextItem@CEGUI@@UBEXAAVRendererCache@2@ABVRect@2@MMPBV42@@Z could not be located in the dynamic link library CEGUI_d.dll" an...
by pxL
Fri Nov 11, 2005 12:27
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

hmmm it might be me but i can't find the DLL there :oops: well i read some more posts and they suggested to use the Ogre source. So i did this and made it work. Step 1: Build CEGUI 0.4.0 ( compiles without errors ). Sted 2: Move include files and library files to the right ogre folders. Step 3: Clea...
by pxL
Thu Nov 10, 2005 13:12
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

i have a few more in the root folder ( next to the .exe ). But that isnt the promblem in my oppinion.

well i will scourge the ogre wiki and the cegui wiki again for it thanks for your help. If you might come up with another solution please help me.
by pxL
Thu Nov 10, 2005 09:31
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

hmm ...

well i found it there as well, but i copied them from my compiled cegui 0.4.0 source. Maybe that is where some things went wrong. Should i compile the libraries and dll's right into my program directory?

I have no idea about this this is also the first time i worked with cegui. :oops:
by pxL
Thu Nov 10, 2005 09:25
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

hmm ...

well i found it there as well, but i copied them from my compiled cegui 0.4.0 source. Maybe that is where some things went wrong. Should i compile the libraries and dll's right into my program directory?

I have no idea about this this is also the first time i worked with cegui. :oops:
by pxL
Wed Nov 09, 2005 15:12
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

well i checked it and i debugged all the the projects and i still have this error.

It seems i am missing either some library file or i made an error in calling the Factory.

Is there perhaps a guide for this : How to update CEGUI in a precompiled OGRE SDK. Since this is what i want.
by pxL
Wed Nov 09, 2005 13:48
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

Re: How to get custom buttons in a hud?

Thx i have tried to update my CEGUI to 0.4.0 but i am getting an error when i try to start my program. "The procedure entry point ??HCEGUI@@YA?AVString@0@ABV10@@Z could not be located in the dynamic link library CEGUIBase_d.dll" 09/11/2005 13:40:51 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+...
by pxL
Fri Nov 04, 2005 15:28
Forum: Modifications / Integrations / Customisations
Topic: How to get custom buttons in a hud?
Replies: 16
Views: 9742

How to get custom buttons in a hud?

Hi, I'm currently working on a rts game. I'm using the Ogre 1.0.5 SDK. I would rather use the SDK and not the CVS. Now my question is: what will be the best way to get working buttons in my hud? I thought about making A LOT of buttons and then just add them @ the .scheme / .looknfeel / .imageset but...
by pxL
Tue Nov 01, 2005 14:08
Forum: Modifications / Integrations / Customisations
Topic: Cegui and Gamestates (Switching state gives exception)
Replies: 0
Views: 1864

Cegui and Gamestates (Switching state gives exception)

I have a problem when i try to change from one state to another when i press on a CEGUI button.
The link below provides more details.

And because i use CEGUI i am asking here again, maybe some one here experienced this problem.

http://www.ogre3d.org/phpBB2/viewtopic.php?t=14871

Go to advanced search