Search found 2 matches
- Sun Jul 21, 2013 12:43
- Forum: Help
- Topic: Datafiles parsing error [SOLVED]
- Replies: 2
- Views: 2476
Re: Datafiles parsing error [SOLVED]
Thanks, I was just wondering if 1.0 datafiles works with 0.8.2.
- Sat Jul 20, 2013 13:58
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Filenames of CMake generated libraries and directories
- Replies: 2
- Views: 22878
Re: Filenames of CMake generated libraries and directories
Hi all, I am havig a problem with the include path, in 0.7.9 I had: #include <CEGUI/CEGUI.h> which is the cegui include path (/usr/local/include/CEGUI/CEGUI.h) and worked fine. In 0.8.2 I added in cmake-gui the new include and lib folder and changed the include code to: #include <cegui-0/CEGUI/CEGUI...