Search found 5 matches

by DimmerFan
Fri Jun 20, 2014 14:36
Forum: Help
Topic: [Solved] Setting up CEGUI
Replies: 8
Views: 6810

Re: Setting up CEGUI

I Copied the 3 build headers from C:\CEGUI\cegui-0.8.3\build\cegui\include\CEGUI to C:\CEGUI\cegui-0.8.3\cegui\include\CEGUI and then I had this error with min and max definitions so i added this code at line 96 in the base.h file: #if defined(_MSC_VER) && (_MSC_VER >= 1800) # include <algor...
by DimmerFan
Thu Jun 19, 2014 19:38
Forum: Help
Topic: [Solved] Setting up CEGUI
Replies: 8
Views: 6810

Re: Setting up CEGUI

Thanks alot everyone! I finally got it to work!
by DimmerFan
Thu Jun 19, 2014 19:17
Forum: Help
Topic: [Solved] Setting up CEGUI
Replies: 8
Views: 6810

Re: Setting up CEGUI

Error 748 error C2039: 'max' : is not a member of 'std' C:\CEGUI\cegui-0.8.3\cegui\src\RendererModules\OpenGL\GeometryBufferBase.cpp 97 1 CEGUIOpenGLRenderer-0 And when i go to those lines of code: void OpenGLGeometryBufferBase::setClippingRegion(const Rectf& region) { d_clipRect.top(ceguimax(0....
by DimmerFan
Thu Jun 19, 2014 19:03
Forum: Help
Topic: [Solved] Setting up CEGUI
Replies: 8
Views: 6810

Re: Setting up CEGUI

Ok, So this is what i did: 1: Download cegui-deps-0.8.x-src 2: Download cegui-0.8.3 3: Configurate and then Generate cegui-deps-0.8.x-src with CMake 2.8.10.2 // Install path C:/Program86/cegui 4: Compile (VS2010) cegui-deps-0.8.x-src and then Copy the dependencis folder to the cegui-0.8.3 folder 5: ...
by DimmerFan
Thu Jun 19, 2014 16:46
Forum: Help
Topic: [Solved] Setting up CEGUI
Replies: 8
Views: 6810

[Solved] Setting up CEGUI

Hello! I am trying to use Crazy Eddies GUI system in my DirectX 11 c++ Project (Windows 8.1). I Have created some kind of graphic Engine, and would like to implement a GUI system for a "World Editor". However I have not even succeded to Include CEGUI.. I am very ashamed of this. I folowed ...

Go to advanced search