Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: svn: linker-error  (Read 1844 times)

0 Members and 1 Guest are viewing this topic.

Zera

  • Newbie
  • *
  • Posts: 2
    • View Profile
svn: linker-error
« 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...

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
svn: linker-error
« Reply #1 on: December 09, 2008, 07:33:49 pm »
Define SFML_DYNAMIC, or use the static libs.
Laurent Gomila - SFML developer

Zera

  • Newbie
  • *
  • Posts: 2
    • View Profile
svn: linker-error
« Reply #2 on: December 09, 2008, 08:03:35 pm »
works,
big thx