Hello Everyone
I only started using the sfml audio module today, and when I try to define a sound and compile my code, visual studio gives me an error saying "error C2039: 'Sound' : is not a member of 'sf'"
normally on vc++ it underlines a word in red if it has found an error, but with this it only gives me an error when I compile.
I have included SFML/Audio.hpp, but indirectly, meaning I'm including a header file that's including SFML/Audio.hpp. If that means anything.
I've also added sfml-audio-d.lib as an additional dependency, in the linker properties.
another curious thing is when I try to run the example programs for sound and sound capture a window pops up saying "the program can't start because openal32 dll is missing from your computer"
perhaps that's the reason, if it is I have no idea how to fix it...
I'm using sfml 2.0, on windows 7 home premium, and compiling on microsoft visual c++ 2010 express edition
ThankYou c: