Search found 8 matches
- Mon Aug 09, 2010 10:30
- Forum: Help
- Topic: CEGUI Callback
- Replies: 3
- Views: 2792
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
- Mon Aug 09, 2010 08:54
- Forum: Help
- Topic: CEGUI Callback
- Replies: 3
- Views: 2792
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<...
- Sun Aug 08, 2010 18:16
- Forum: Help
- Topic: How to run CEGUI with Irrlicht
- Replies: 7
- Views: 6731
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 ...
- Fri Aug 06, 2010 13:38
- Forum: Help
- Topic: How to run CEGUI with Irrlicht
- Replies: 7
- Views: 6731
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...
- Fri Aug 06, 2010 12:43
- Forum: Help
- Topic: How to run CEGUI with Irrlicht
- Replies: 7
- Views: 6731
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* ...
- Fri Aug 06, 2010 12:27
- Forum: Help
- Topic: cannot compile dll,lib
- Replies: 2
- Views: 2791
Re: cannot compile dll,lib
thnaks......
I downloaded depencies for VS 2008 from http://sourceforge.net/projects/crayzedsgui/files/CEGUI%20Mk-2%20MSVC++%20Dependencies/0.7.x/CEGUI-DEPS-0.7.x-r1-vc8.zip/download
And it worked!
I downloaded depencies for VS 2008 from http://sourceforge.net/projects/crayzedsgui/files/CEGUI%20Mk-2%20MSVC++%20Dependencies/0.7.x/CEGUI-DEPS-0.7.x-r1-vc8.zip/download
And it worked!
- Fri Aug 06, 2010 09:39
- Forum: Help
- Topic: cannot compile dll,lib
- Replies: 2
- Views: 2791
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...
- Thu Aug 05, 2010 11:46
- Forum: Help
- Topic: Custom Skinning
- Replies: 1
- Views: 2206
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...
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...