I know, but it was because you are french ^^
Anyway, It works great on Windows, but when I try compiling my project on linux I have the following error :
In member function ‘virtual void Button::sync(DataBase*)’:
158:27: error: ‘fromUtf8’ is not a member of ‘sf::String’
m_label.setString(sf::String::fromUtf8(utf8_string.begin(), utf8_string.end()));
make[2]: *** [CMakeFiles/runner.dir/src/view/Button.cpp.o]
Erreur 1
make[1]: *** [CMakeFiles/runner.dir/all] Erreur 2
make: *** [all] Erreur 2
I'm using SFML 2.3.2, located in <project directory>/libs/SFML-2.3.2