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

Author Topic: locale error by using sf::STring  (Read 2363 times)

0 Members and 1 Guest are viewing this topic.

Ankou

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
locale error by using sf::STring
« on: February 04, 2009, 04:38:19 pm »
hi,
When I use sf::String in my program (just sf::String test("hi")), I get the following error:
Code: [Select]

locale::facet::_S_create_c_locale name not valid - terminating...

what does this mean and is there a way for me to fix this?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
locale error by using sf::STring
« Reply #1 on: February 04, 2009, 04:41:02 pm »
This is fixed in the current revision on SVN.
Laurent Gomila - SFML developer

Ankou

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
locale error by using sf::STring
« Reply #2 on: February 04, 2009, 04:58:21 pm »
okay, with the svn version it works fine.