Hi, I've been working with SFML2.0 branch, but I can't get the sound to work.
Everything works fine until I decide to use any sound class, as soon as I add sf::sound etc, my app won't launch. "Run with Debugging" in VS starts the app, I can see all the dlls loading up in the output window but it never hits the first line of main(). It doesn't crash, it just doesn't do anything either.
I suspect it's something to do with loading the dlls, but I'm not sure how all this works.
It works fine on 1.5, and the sample app 'sound' has exactly the same behaviour - it won't start.
Any ideas?
Cheers.