SFML community forums

Help => Audio => Topic started by: thegoodjuy on December 25, 2011, 03:00:06 pm

Title: sf::music is not a type name
Post by: thegoodjuy 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?
Title: sf::music is not a type name
Post by: Tex Killer 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++.