Hello,
I'm making a program in sfml, and until now i used graphics only(everything worked fine), but when i tried to do something with text i have a problem:
everything works, apart from font.loadFromFile(). when i comment this section, compiler doesn't show any problems, like undefined reference to text.setFont(font)
what can be the problem? O.o
i have correctly linked libraries, it worked on previous program.
thanks