Search found 10 matches

by Nyx Erebos
Tue Jan 21, 2014 18:17
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

Re: [solved] linking cegui dlls (codeblocks/windows compilat

Well I was a bit desperate so I added all the libs I could find so most of the list might be useless (I'll link every libraries I use, just in case). Go to Project -> Build options -> linker settings and add : libIrrlicht.a CEGUIBase_d CEGUIExpatParser_d CEGUIDirect3D9Renderer_d CEGUIFalagardWRBase_...
by Nyx Erebos
Tue Jan 21, 2014 16:25
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

Re: linking cegui dlls (code::blocks and windows compilation

Yeah basically that's how I felt, I had the blank mind of an animal :rofl: But I rejoice now, I rebuilt everything with a compiler that responds to all the needs (damn I'm impressed that there are so many different version of mingw out there) and spent the day trying to figure out another error of t...
by Nyx Erebos
Mon Jan 20, 2014 23:34
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

Re: linking cegui dlls (code::blocks and windows compilation

I searched a bit more and found out that it might be because I'm using MSVC versions of the libs (though I compiled them with code::blocks :cry: ) or maybe because I'm forgetting to add a flag.In which file are the flags used to compile the samples ? There's that thing about the dw2 type compiler to...
by Nyx Erebos
Mon Jan 20, 2014 18:39
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

Re: linking cegui dlls (code::blocks and windows compilation

No, only files like CEGUIBase_d and CEGUIBase_d.dll, the lib folder is empty (btw I'm using cegui 0.7.9). I followed this tutorial http://www.youtube.com/watch?v=j8QMTSVlBpo
by Nyx Erebos
Mon Jan 20, 2014 12:10
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

Re: linking cegui dlls (code::blocks and windows compilation

If you use CEGUI Irrlicht you would link the following libs: CEGUI-.... Base, CoreWindowRendererSet, ExpatParser (or other), IrrlichtRenderer, SILLYImageCodec (or other), your Irrlicht libs and Irrlicht dependency libs :oops: that's my problem, I don't know if I'm correctly linking the libs. In you...
by Nyx Erebos
Sun Jan 19, 2014 22:10
Forum: Help
Topic: [Solved] linking cegui dlls (codeblocks/windows compilation)
Replies: 10
Views: 7986

[Solved] linking cegui dlls (codeblocks/windows compilation)

After a bit of struggling I succeded in compiling cegui and got the examples to run. Now I want to link the cegui's dlls but I can't figure out how to do it. Here's the type of errors I get : \ErebnyxEngine\GUI\GUIManager.cpp|17|undefined reference to `__imp__ZN5CEGUI16IrrlichtRenderer15bootstrapSys...
by Nyx Erebos
Fri Sep 06, 2013 18:17
Forum: Offtopic Discussion
Topic: A video of Irrlicht and CEGUI
Replies: 1
Views: 10736

A video of Irrlicht and CEGUI

There's not much to say, it's just a short video of Irrlicht working alongside other libs, namely CEGUI. About my use of CEGUI, atm it's a mashup of the tutorials, nothing more. I still can't get the tooltips to work if someone has an idea.

by Nyx Erebos
Tue Aug 20, 2013 09:13
Forum: Help
Topic: couple of questions about tooltips
Replies: 4
Views: 4419

Re: couple of questions about tooltips

Uh...are you injecting the time pulse? Yes I am but I don't know if it takes seconds or milliseconds. And I don't think the problem comes from there because I've tried both but if it's the only difference with the other widgets, maybe I'm not doing it the right way. I'm using the method shown on ht...
by Nyx Erebos
Mon Aug 19, 2013 19:24
Forum: Help
Topic: couple of questions about tooltips
Replies: 4
Views: 4419

Re: couple of questions about tooltips

I solved my glittering problem, I was doing too many calls to injectMouseButtonDown. I still have a problem, when I move the window which contains the "enter 4 digits" editbox the other windows freeze. I still don't understand what I'm missing about the tooltips. I tried to instanciate the...
by Nyx Erebos
Sun Aug 18, 2013 23:28
Forum: Help
Topic: couple of questions about tooltips
Replies: 4
Views: 4419

couple of questions about tooltips

Hi, first I want to say that cegui works wonderfully so far. I implemented lots of widgets but now I have a problem with the tooltips. Here is my log : 19/08/2013 00:27:42 (Std) ---- Version: 0.8.2 (Build: Aug 17 2013 GNU/Linux g++ 4.6.3 64 bit) ---- 19/08/2013 00:27:42 (Std) ---- Renderer module is...

Go to advanced search