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

Author Topic: sf::music is not a type name  (Read 2003 times)

0 Members and 1 Guest are viewing this topic.

thegoodjuy

  • Newbie
  • *
  • Posts: 1
    • View Profile
sf::music is not a type name
« on: December 25, 2011, 03:00:06 pm »
all im trying to do is run the example source code sound.c but it says that sf::music isnt a type name. what can i do to fix this?

Tex Killer

  • Full Member
  • ***
  • Posts: 242
    • View Profile
sf::music is not a type name
« Reply #1 on: December 25, 2011, 06:04:40 pm »
Ok...
First, the correct would be sf::Music.
Second, are you compiling with C compiler? SFML is C++.

 

anything