Search found 5 matches
- Thu Jul 06, 2017 20:58
- Forum: Help
- Topic: [Solved] OpenGL/SFML Rendering Woes
- Replies: 2
- Views: 5103
Re: OpenGL/SFML Rendering Woes
By Jove, :shock: that will teach me not to take a cursory glance at OpenGLRendererBase and OpenGL3Renderer again! I was mistakenly running on the assumption that the solution lay deeper down on the SFML side of things for some reason. Anyway, Ident you have my eternal thanks yet again. I'll make sur...
- Thu Jul 06, 2017 13:04
- Forum: Help
- Topic: [Solved] OpenGL/SFML Rendering Woes
- Replies: 2
- Views: 5103
[Solved] OpenGL/SFML Rendering Woes
I'm back guys! I wanted to solve this one on my own but I feel the rabbit hole might be too deep for a noobie surface dweller like me. The problem I now run into seems to be the way I implemented CEGUI rendering causing conflicts with SFML rendering. Basically all my CEGUI layouts show up just fine ...
- Thu Jun 22, 2017 03:53
- Forum: Help
- Topic: [Solved] Include Directory Conflicts?
- Replies: 6
- Views: 10599
Re: Include Directory Conflicts?
Oh god, I'm an idiot.. Looking at the folder names it seems so painfully obvious now. At the time my thought process was something like, "Well here I am looking at all the header files I want. Lemme just copy pasta this directory, what could go wrong?". My eternal thanks Ident! Time to div...
- Wed Jun 21, 2017 19:11
- Forum: Help
- Topic: [Solved] Include Directory Conflicts?
- Replies: 6
- Views: 10599
Re: Include Directory Conflicts?
Thanks for the reply iceiceice! At the moment I have everything in the global namespace. However, I double checked all my code and I don't include a CEGUI library anywhere (I did in one file a couple times for testing purposes a while back but it's commented out). I can't imagine VS would be precomp...
- Wed Jun 21, 2017 09:12
- Forum: Help
- Topic: [Solved] Include Directory Conflicts?
- Replies: 6
- Views: 10599
[Solved] Include Directory Conflicts?
I believe I have correctly created CEGUI with Cmake. However, when go to integrate it into my own Cmake project (within Visual Studio 2017) I encounter problems. The moment I add the line include_directories(Z:/CEGUI/cegui-0.8.7/cegui/include/CEGUI) I get 1286 errors from standard C++ libs like istr...