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

Author Topic: Can't play MP3s with <SFML/Audio>?  (Read 10435 times)

0 Members and 1 Guest are viewing this topic.

wintertime

  • Sr. Member
  • ****
  • Posts: 255
    • View Profile
Re: Can't play MP3s with <SFML/Audio>?
« Reply #15 on: July 31, 2014, 12:53:04 am »
Could be because the backslash characters start escape sequences like \Uxxxx, get translated by the compiler wrongly and then result in a runtime crash? You better use only forward slash inside a path (windows understands these, too) and if possible only use a relative path to an .ogg file.

 

anything