Search found 9 matches

by Percy Camilo
Fri May 11, 2007 08:54
Forum: Offtopic Discussion
Topic: Tutorial CEGUI and Qt/QGLViewer
Replies: 5
Views: 7243

great work, congratulations it's a wow help XD
by Percy Camilo
Sun Aug 27, 2006 22:53
Forum: Help
Topic: subscribeEvent crash APP please help me
Replies: 4
Views: 4768

Hello man, you're right, my problem is solved, thx a lot,
i'am hapy now :D
Bytes
by Percy Camilo
Sat Aug 26, 2006 16:59
Forum: Help
Topic: How to draw "Hello World"?
Replies: 2
Views: 3474

In this post you will find some code:

[url]
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1408
[/url]
by Percy Camilo
Sat Aug 26, 2006 16:50
Forum: Help
Topic: subscribeEvent crash APP please help me
Replies: 4
Views: 4768

Solved, thx a lot :D , i was using the VC++6 SDK, but now i built CEGUI from the source. But i have a simple question. Why are the DLLs built in debug mode?, and. How can i build CEGUI in release mode? I don't want to debug my apps so, i don't need this DLLs. Please, can anyone help me? give me some...
by Percy Camilo
Sun Aug 20, 2006 00:36
Forum: Help
Topic: subscribeEvent crash APP please help me
Replies: 4
Views: 4768

subscribeEvent crash APP please help me

Hello everybody, here again with a little problem, when i use this sentence: btnExit->subscribeEvent(CEGUI::PushButton::EventClicked, CEGUI::Event::Subscriber(&pctaCEGUI::btnExitEvent, this)); My app start but after 1 second crash. I'm porting my app to windows (the code works on...
by Percy Camilo
Tue Aug 08, 2006 08:33
Forum: Help
Topic: cube and sphere mapping OpenGL
Replies: 2
Views: 3214

SOLVED Yes you're right , thx a lot :wink: i disable all the textures target , i do this add glDisable in the end of my render func: void CSomeGLClass::render() { ....... glRotatef(30.0, 1.0, 0.0, 0.0); glEnable(GL_CULL_FACE); glEnable(GL_TEXTURE_2D); glBindTextu...
by Percy Camilo
Tue Aug 08, 2006 08:04
Forum: Help
Topic: cube and sphere mapping OpenGL
Replies: 2
Views: 3214

cube and sphere mapping OpenGL

Hello i have a problem , wen enable a cube or sphere mapping (in the render function of my GL class) all the gui stuff dissapear buttons, frames, scrools, etc... why is that ? this code is the problem: for example i enable the sphere mapping with : glEnable(GL_TEXTURE_GEN_S); glEnable(GL_TEXTURE_GEN...
by Percy Camilo
Fri Jul 28, 2006 23:47
Forum: Help
Topic: Problem starting with CEGUI
Replies: 8
Views: 7666

Hello ths, this code works but i can't see the cursor, i'm in debian etch. Any suggestions ? this is the same sample but with TaharezLookSkin.scheme: #include "CEGUI.h" #include "renderers/OpenGLGUIRenderer/openglrenderer.h" #include <time.h> #include <SDL/SDL.h> #include <SDL/SD...
by Percy Camilo
Fri Jul 28, 2006 22:39
Forum: Offtopic Discussion
Topic: Debian packages
Replies: 2
Views: 3864

HY , hey good work with the pakages, i use debian etch and i can't foud libCEGUIOpenGLRenderer
so i can't linked my CEGUIs app.

Saludos Percy ;)

Go to advanced search