Search found 8 matches

by dehseth
Mon Aug 09, 2010 10:30
Forum: Help
Topic: CEGUI Callback
Replies: 3
Views: 2389

Re: CEGUI Callback

Maybe this would be a good time to reconsider it. As you said some people (like me) would like to use it. It'd be nice if we have choices :)
by dehseth
Mon Aug 09, 2010 08:54
Forum: Help
Topic: CEGUI Callback
Replies: 3
Views: 2389

CEGUI Callback

Hi everyone, I am using Irrlicht and I am new to CEGUI. I would like to know if there's a global callback function in CEGUI. Let's say I created a window put two textboxes and two buttons in it. I saw a register event sapmle code to call if a pushbutton is clicked: PushButton * baglan = static_cast<...
by dehseth
Sun Aug 08, 2010 18:16
Forum: Help
Topic: How to run CEGUI with Irrlicht
Replies: 7
Views: 5493

Re: How to run CEGUI with Irrlicht

well ok let's not use static linking for now.. 8) but cannot run cegui with dll's either. source code compiles with no error but when I try to run it i get this: Unhandled exception at 0x7c812afb in ChessterD.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0012e310.. this ...
by dehseth
Fri Aug 06, 2010 13:38
Forum: Help
Topic: How to run CEGUI with Irrlicht
Replies: 7
Views: 5493

Re: How to run CEGUI with Irrlicht

ok I have added these two: #include <CEGUI.h> #include <CEGUIIrrlichtRenderer.h> #pragma comment(lib, "CEGUIBase_Static_d.lib") #pragma comment(lib, "CEGUIIrrlichtRenderer_Static_d.lib") CEGUI::IrrlichtRenderer& g_guiRenderer = CEGUI::IrrlichtRenderer::bootstrapSystem(*g_devi...
by dehseth
Fri Aug 06, 2010 12:43
Forum: Help
Topic: How to run CEGUI with Irrlicht
Replies: 7
Views: 5493

How to run CEGUI with Irrlicht

I am having troubles with compiling my code. I just compiled static libraries of CEGUI and Irrlicht Renderer libs... And I referenced the scr/include folder to my project. And I include header CEGUI.h... But it's not enough.... IrrlichtRenderer is not visible to my project: CEGUI::IrrlichtRenderer* ...
by dehseth
Fri Aug 06, 2010 12:27
Forum: Help
Topic: cannot compile dll,lib
Replies: 2
Views: 2380

Re: cannot compile dll,lib

by dehseth
Fri Aug 06, 2010 09:39
Forum: Help
Topic: cannot compile dll,lib
Replies: 2
Views: 2380

cannot compile dll,lib

Hey ppl, i am new tu CEGUI, and I am using Irrlicht 1.7.1.. So I followed intructions written here: http://www.cegui.org.uk/wiki/index.php/Build_Configuration_For_Irrlicht But I got these errors during static debug lib compling of CEGUIBase project: Error 1 fatal error C1083: Cannot open include fil...
by dehseth
Thu Aug 05, 2010 11:46
Forum: Help
Topic: Custom Skinning
Replies: 1
Views: 1917

Custom Skinning

Hello,

i am just new to cegui. I would like to know if cegui supports custom skinning. Like I want to create my own skin for a new game. Is it possible to skin a listbox's frame, scrollbars, and background with my own textures? thank you... :D

Go to advanced search