Search found 3 matches
- Sat Sep 22, 2012 03:34
- Forum: Help
- Topic: subscribing to an Event
- Replies: 1
- Views: 1768
subscribing to an Event
Hey guys, So the issue that I'm having doesn't strictly relate to Crazy Eddie's GUI system, and is more of a general C++ problem. However, hopefully someone will be able to help out with it. So I'm writing a simple program to print to the console whenever a user presses a certain button. I took a lo...
- Wed Sep 19, 2012 04:00
- Forum: Help
- Topic: Problem integrating SDL and CEGUI
- Replies: 2
- Views: 3677
Re: Problem integrating SDL and CEGUI
Thanks a lot, pav, that helped me solve it.
I added that code, and it turns out I also had to add "CEGUIFalagardWRBase.dll" to the working directory. After that, it all compiles and runs perfectly. Thanks again!
I added that code, and it turns out I also had to add "CEGUIFalagardWRBase.dll" to the working directory. After that, it all compiles and runs perfectly. Thanks again!
- Tue Sep 18, 2012 22:16
- Forum: Help
- Topic: Problem integrating SDL and CEGUI
- Replies: 2
- Views: 3677
Problem integrating SDL and CEGUI
Hello all, I'm having a bit of a problem following along with the basic tutorial for running CEGUI within SDL (http://www.cegui.org.uk/wiki/index.php/How_to_use_CEGUI_with_SDL_and_OpenGL) I have gotten CEGUI to initialize successfully, but now i'm having a problem creating a scheme. Here is the func...