Search found 4 matches
- Sat Sep 24, 2005 18:43
- Forum: Modifications / Integrations / Customisations
- Topic: Step-by-step linux installation guide
- Replies: 4
- Views: 2883
Re: Step-by-step linux installation guide
What means "I'm not sure I have installed it in appropiate places"? To install it, just type: make install (you must do this as the "root" user). This will install the libraries and headers in the correct places (you can specify the directory to install the files with the --prefi...
- Sat Sep 24, 2005 13:25
- Forum: Offtopic Discussion
- Topic: CEGUI shared library at version 0.0.0?
- Replies: 1
- Views: 2269
CEGUI shared library at version 0.0.0?
The shared library is always built as version 0.0.0. I think the version should be specified somewhere in order to get the correct shared library version: I've compiled CEGUI 0.4.0 today and installed it, this broke all my older binary applications (no wonder, 0.4.0 has an incompatible API with earl...
- Sat Sep 24, 2005 13:19
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUI Layout Editor 1.3 - Bugs and Suggestions
- Replies: 25
- Views: 22742
Re: CEGUI Layout Editor 1.3 - Bugs and Suggestions
1. CELayoutEditor doesn't compile/work with latest CEGUI. Any plans to change this? :) 2. The red selection around the currently selected element is not always shown. This is both in Windows and Linux. 3. The "left margin" entry box can't be edited. Whatever I enter there is ignored. Other...
- Sat Sep 24, 2005 13:00
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI multulanguage ??
- Replies: 2
- Views: 2567
Re: CEGUI multulanguage ??
1. The String class used in CEGUI supports the so-called "utf32" characters which are 32-bit wide. By the way, utf32 is an incorrect name, it's really ucs4 and NOT utf32 (utf32 is a prefix encoding system just like utf8 but with 32-bit words) (ref: http://www.unicode.org). 2. You have to d...