Page 1 of 1

CEGUI on XBOX

Posted: Mon Oct 04, 2010 07:36
by renovatio.forever
Hi to all,

I was wondering if CEGUI has any OS dependencies internally as I am trying to understand if it works on XBOX platform without any modification? It will be being coded with XDK using c++. (XBOX development Kit) and there won`t be any OS on XBOX. Any reply is more than welcome. Thanks

Re: CEGUI on XBOX

Posted: Mon Oct 04, 2010 09:33
by CrazyEddie
There are only a very few OS specifics in CEGUI. I think the main one is for dynamic module loading, though if you static link that magically goes away too ;)

Not sure about the dependencies though, some of those may have OS specific code. But depending on your needs you can choose appropriate options to minimise this.

CE.