I am new to a lot of things regarding this, not the least open source projects and their forums, make files and even c++ to some degree but i'm having some trouble and i hope i'm not embarrasing myself too much by posting my request for help here!
I wanted to create a music player, and so i found SFML and it worked well! thus i became in need of gui elements and i found TGUI! The installation instructions were clear and after some trouble of my own cause i finally got to the point at which i am now. I have used the newest version of SFML and TGUI 0.6 release candidates ( i also tried TGUI 0.5.2 but with same problem).
I used Cmake to create the visual studio project as specified, i opened the visual studio project and attempted to build it but i get 55 errors. Some of which i'll write here, the last numbers of each error is the line number:
IntelliSense: expression must have pointer type b:\TGUI v0.6\src\TGUI\TextBox.cpp 2309
error C2440: 'return' : cannot convert from 'const sf::Font' to 'const sf::Font *' B:\TGUI v0.6\src\TGUI\Label.cpp 109
error C2232: '->sf::Font::getKerning' : left operand has 'class' type, use '.' B:\TGUI v0.6\src\TGUI\EditBox.cpp 1654
error C2065: 'Unknown' : undeclared identifier B:\TGUI v0.6\src\TGUI\EventManager.cpp 170
error C2039: 'BackSpace' : is not a member of 'sf::Keyboard' B:\TGUI v0.6\src\TGUI\EditBox.cpp 1099
I am certain that the errors upon me are of my own doing, but if anyone could offer some guidance of what could be to blame and how to solve my problems it would be awesome!!
Thanks
Jacob Jensen