Search found 7 matches
- Tue Aug 23, 2005 09:45
- Forum: Modifications / Integrations / Customisations
- Topic: Compilation error (deps?)
- Replies: 1
- Views: 2227
Compilation error (deps?)
Hello, i was trying to compile cegui CVS version with the latest (0.2.0) dependencies from the download section but there are some compilation errors. Are the deps not up to date, and what is this ft2build.h file? I am using vc7.1, winxp. ------ Build started: Project: CEGUIBase, Configuration: Rele...
- Tue Mar 22, 2005 18:33
- Forum: Unofficial CEGUI-Related Tools
- Topic: Linker error for CELayoutEditor
- Replies: 2
- Views: 5220
Re: Linker error for CELayoutEditor
I have compiled the stable 0.2.0 source but the error still exists .... really dont know where the problem is, have tried everything but the error is still here 

- Sun Mar 20, 2005 16:14
- Forum: Unofficial CEGUI-Related Tools
- Topic: Linker error for CELayoutEditor
- Replies: 2
- Views: 5220
Linker error for CELayoutEditor
The src is compiling but the linker gives me this error (VC++6 SP6): CELayoutEditorView.obj : error LNK2001: Unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::System::System(class CEGUI::Renderer *,unsigned char const *)" (__imp_??0System@CEGUI@@QAE@PAVRenderer@1@...
- Tue Mar 15, 2005 17:22
- Forum: Modifications / Integrations / Customisations
- Topic: Some questions, CEGUI 0.2.0
- Replies: 4
- Views: 4504
Re: Some questions, CEGUI 0.2.0
Thanks for te reply CE.
Is there a flexibler way (for example function call of FrameWindow) to show a FrameWindow Modal than the suggestion of rincewind?
Is there a flexibler way (for example function call of FrameWindow) to show a FrameWindow Modal than the suggestion of rincewind?
- Mon Mar 14, 2005 17:54
- Forum: Modifications / Integrations / Customisations
- Topic: Some questions, CEGUI 0.2.0
- Replies: 4
- Views: 4504
Some questions, CEGUI 0.2.0
1st question) How can i register a EventKeyDown to a Editbox? i have tried with bool handleSendButtonKey(const CEGUI::KeyEventArgs& e) { ..... } .... CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); wmgr.getWindow("client_lobby\\chat\\edit...
- Thu Mar 10, 2005 18:08
- Forum: Modifications / Integrations / Customisations
- Topic: Using Ogre resource provider
- Replies: 3
- Views: 3157
Using Ogre resource provider
Hello,
is there the possibility to tell CEGUI to use the Ogre resource provider to load data from *.zip files.
is there the possibility to tell CEGUI to use the Ogre resource provider to load data from *.zip files.
- Sat Mar 05, 2005 14:43
- Forum: Modifications / Integrations / Customisations
- Topic: fabs is not a element of '_STL'
- Replies: 5
- Views: 5026
fabs is not a element of '_STL'
Hello, i have a problem compiling cegui 0.2. The compiler gives the following errors: \\cegui_mk2\src\elements\ceguiscrollablepane.cpp(318) : error C2039: 'fabs' : Is not a element of '_STL' \\cegui_mk2\src\elements\ceguispinner.cpp(239) : error C2039: 'sscanf' : Is not a element of '_STL' I have co...