Hello,
I have an problem with SFML 1.5 liblary. When I'm run it in debug mode is OK but when I want to link it in release I get that linker error:
error LNK2001: unresolved external symbol "private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)
That is the only error I get. I have latest liblaries for release mode (I downloaded them minute ago) and problem still is. I working in Visual C++ 2008 Express Edition, maybe that info will help. What should I do now?
PS. I'm from Poland so I apologize for language errors... but I think you will understand me...
Wine