Search found 12 matches

by mrGREEN
Wed Jun 24, 2009 16:46
Forum: Help
Topic: ceGUI for iPhone/iPod
Replies: 38
Views: 18201

Re: ceGUI for iPhone/iPod

So, after those conclusion, I got another question for CE. I can expect an official release for iPhone?
Thanks
by mrGREEN
Tue Jun 23, 2009 08:54
Forum: Help
Topic: ceGUI for iPhone/iPod
Replies: 38
Views: 18201

ceGUI for iPhone/iPod

Hi
I would like to know if it is possible to port ceGUI into iPhone/iPod. If the answer is yes, it would be a ceGUI simplification? If the answer is not, why?
Thanks
by mrGREEN
Wed May 13, 2009 11:45
Forum: Help
Topic: Retrieve Child Object
Replies: 1
Views: 1365

Retrieve Child Object

Hi For my app I need to retrieve all the Child Objects Names from a Father Object. I'm using a layout to load every single object. Basically, what I'm doing is CEGUI::Window *cWindowFather = poWindowManager->getWindow("Root/MainWindow"); for (U32 k = 0; k < cWindowFather->getChildCount(); ...
by mrGREEN
Tue May 05, 2009 13:48
Forum: Help
Topic: Events Handlers
Replies: 6
Views: 3520

Events Handlers

Hi Suppouse that I subscribe my events into a single handler function subscribeEvent("Window/MyWin", Window::EventActivated, Event::Subscriber(&WindowDemo::EventHandler, this)); subscribeEvent("Window/MyWin", Window::EventAlphaChanged, Event::Subscriber(&WindowDemo::Event...
by mrGREEN
Mon May 04, 2009 13:22
Forum: Help
Topic: [SOLVED] Another Subscribing events problem
Replies: 0
Views: 2828

[SOLVED] Another Subscribing events problem

Hi I'm currently integrating CEGUI into ORX (a 2D game engine written by iarwain http://orx-project.org/). My idea is to include CEGUI as an ORX plugin. One of the requirements is to Subscribe all the Objects Events into a single function. The source code looks something like this: bool CEGUI_Intern...
by mrGREEN
Sun Apr 05, 2009 21:15
Forum: Modifications / Integrations / Customisations
Topic: Unresolved external symbol _pcre_free
Replies: 9
Views: 11386

You are right Well let me start with the problem that I got when I was trying to build my project. I got this warning with mvs9.0 pcre_d.lib(pcre_chartables.obj) : warning LNK4099: PDB 'vc90.pdb' was not found with That's why I decide to rebuild pcre. Well, let me find some info about using cmake un...
by mrGREEN
Fri Apr 03, 2009 08:12
Forum: Modifications / Integrations / Customisations
Topic: Unresolved external symbol _pcre_free
Replies: 9
Views: 11386

I now, it's a very old topic. But I'm interest in building PCRE. I would like to embedded the lib for my project. I'm working on mvs2008.
by mrGREEN
Thu Apr 02, 2009 14:46
Forum: Help
Topic: SILLY - STATIC LIB
Replies: 6
Views: 3529

Yup, that is correct. SILLY's dependencies where compiled with /MD (multi-threaded dll), which is why the linker is still looking for MSVCRT. I believe SILLY uses jpeg6b and libpng (which uses zlib ) internally, so you will need to download those libraries and recompile them using /MT (multi-thread...
by mrGREEN
Thu Apr 02, 2009 14:07
Forum: Help
Topic: SILLY - STATIC LIB
Replies: 6
Views: 3529

Ok I download SILLY and CEGUI source code and generate the silly_d.lib and CEGUISILLYImageCodec_Static.lib including the changes. Now I'm trying to execute Sample Demo 6. I change all the Code Generation->Runtime Library to Multi-thread Debug (/MTd), and I add SILLY_STATIC and FREEGLUT_STATIC on Pre...
by mrGREEN
Thu Apr 02, 2009 13:21
Forum: Help
Topic: Differences between Image Codec
Replies: 2
Views: 1764

Differences between Image Codec

I was wondering, which are the main differences between all 5 Image Codec available for CEGUI. Which one is "better" and why there are 5 Image Codec supported.
by mrGREEN
Thu Apr 02, 2009 08:09
Forum: Help
Topic: SILLY - STATIC LIB
Replies: 6
Views: 3529

Thanks, I just need to know where can I find SILLY source code to apply the modification and rebuild the .lib
by mrGREEN
Wed Apr 01, 2009 12:52
Forum: Help
Topic: SILLY - STATIC LIB
Replies: 6
Views: 3529

SILLY - STATIC LIB

Hello
I was wondering, it's possible to obtain an static library for SILLY. I want to include CEGUI in my current project, and I prefer to use static libraries. I'm using MVS2008.
Thanks a lot
mrGREEN

Go to advanced search