I'v googled the problem before making a new thread but I'v failed to see any solutions to my problem. I downloaded the LATEST ( as time of writing ) SFML 2.0 from Github and compiled it fresh ( static ), I'v added the x86 versions of openAL and libsnd that was inside of the SFML-master, included the include that's inside master and of course linked to the freshly compiled libs as well.
I'm still getting the error though and I really don't know what to do. I'm on Windows 7 ( 64 bit ).
I'm sorry if this has been asked a couple hundred of times!
Kind regards,
Moonkis.
EDIT:
#include <SFML\Audio.hpp>
int main(int argc, char **argv)
{
sf::Music m;
m.openFromFile("s.ogg");
return 0;
}