[Solved] Help building CEGUI for OGRE

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Sun Dec 21, 2014 13:35

This is from the release build

Image

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Sun Dec 21, 2014 13:39

Prosorinos wrote:So i did that and i got this from visual studio:
Image
0 errors although it didn't make everything from the start.. that's fine right?


It should be fine. If you wanna be sure about it you can Clean the solution in Visual Studio and click Build Solution again. Sometimes Visual Studio stores temporary files and doesnt recognise changed ones correctly. However in this case I see no problem. Does the SampleBrowser run? Did you activate it?
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Sun Dec 21, 2014 14:02

which one is the samplebrowser cause i can't find something named like that.

Image

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Sun Dec 21, 2014 14:03

SampleFramework. Select it and start it.

You will have to move the dll files you need into build/bin . Including those for Ogre.
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Sun Dec 21, 2014 14:06

i setted start up project sampleframework then i start debugging. this pops:
Image
i proceed?

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Sun Dec 21, 2014 14:13

No. This is btw a Visual Studio issue now. One way to do this is right click Debug->Start new instance
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Sun Dec 21, 2014 14:30

Same thing pops again.. should i build it or not? dunno what to do and don't wanna do anything stupid. i righted click the ZERO_CHECK did debug->start new instance although the same window pops again..

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Sun Dec 21, 2014 14:45

Prosorinos wrote:Same thing pops again.. should i build it or not? dunno what to do and don't wanna do anything stupid. i righted click the ZERO_CHECK did debug->start new instance although the same window pops again..


You should right-click and click start instance on SampleFramework. I thought that was clear :hammer:

The Zero_Check does absolutely zero.
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Sun Dec 21, 2014 14:59

Right clicked the sample debug start new instance same window pops again.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Sun Dec 21, 2014 22:34

Prosorinos wrote:Right clicked the sample debug start new instance same window pops again.


The Window for ZERO_CHECK pops up? I highly doubt that. Also: You are using Visual Studio for the first time in your life?
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Mon Dec 22, 2014 00:24

The Window for ZERO_CHECK pops up?

Yes it pops up.

You are using Visual Studio for the first time in your life?


No it's not the first time.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Mon Dec 22, 2014 01:15

The pop-up is pretty much meaningless. ZERO_CHECK does nothing. You right-click the SampleBrowser project -> Debug -> Start new Instance. If it asks you to build something just say yes. Did you try that? It should, if everything is built, usually ask you for missing dlls on ececution or proceed to run the application. That is what it does on my computer and on any other I have tried on.
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Mon Dec 22, 2014 08:37

I pressed yes on the window and proceed this poped:

Image

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Help building CEGUI for OGRE

Postby Ident » Mon Dec 22, 2014 10:33

Yup. Put them in the bin folder next to your executable. This is CEGUI unrelated general C++ knowledge.

Basically you have the dependencies in CEGUI/dependencies/bin (or similar) and you can copy paste them over to your build/bin. You will also need Ogre and the Ogre dependencies. You should manage.
CrazyEddie: "I don't like GUIs"

Prosorinos
Not too shy to talk
Not too shy to talk
Posts: 32
Joined: Wed Dec 17, 2014 10:53

Re: Help building CEGUI for OGRE

Postby Prosorinos » Mon Dec 22, 2014 11:36

Open glrenderer works fine, Ogre engine renderer opens the ogre window but doesnt have any options, i think i need to copy some files from Ogre as well if you can tell me which files are these would be awesome :-)
Thanks a lot for everything and all the time that you bear with me :-)

here is a picture from opengl renderer:

Image


Return to “Help”

Who is online

Users browsing this forum: No registered users and 18 guests