SFML community forums

Help => Graphics => Topic started by: Zera on December 09, 2008, 07:15:42 pm

Title: svn: linker-error
Post by: Zera on December 09, 2008, 07:15:42 pm
i am trying to use the current svn-version due to some audio-errors with 1.3, but get an error:
error LNK2001: Nicht aufgelöstes externes Symbol ""private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)"
i have already rebuilt the lib and checked the includes but its no use. with the old version everything works well...
Title: svn: linker-error
Post by: Laurent on December 09, 2008, 07:33:49 pm
Define SFML_DYNAMIC, or use the static libs.
Title: svn: linker-error
Post by: Zera on December 09, 2008, 08:03:35 pm
works,
big thx