Hello
I am trying to add some simple text to my game, but it seems I can't call Font::LoadFromFile(). My compiler gives me this:
error LNK2001: unresolved external symbol "private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)
I am linking with all the debug .lib files in VC++ 10 Express.
TIA