When I attempt to compile, I get this error.
The procedure entry point alGetSource3f could not be located in the dynamic link library OpenAl32.dll.
I'm using Code::Blocks, gcc 4.4, SFML 1.6, on Windows 7. I've linked the libraries as
-lsfml-audio-d
-lsfml-graphics-d
-lsfml-window-d
-lsfml-system-d
My program was working before I attempted to add sound.. so what do I do?