SFML forum,
SFML1.6 Visual C++ 2010
I'm putting sounds in a working program for the first time.
My code compiles OK if I put sfml-audio-d.dll in
Linker > Input > Additional Dependencies.
But then when I run it I get the error:
This application has failed to start because openal32.dll was not found.
I have tried #include <path to the openal.dll file>
but then I get a whole screen full of errors when compiling.
I also get a Microsoft Package Server error window saying
"Micorsoft(R) Visual C++ Package Server has encounted a problem
and needs to close".
I have other programs running OK but without any sound code.
I have read a few web sites about openal32.dll but couldn't
find a solution for this.
Any Suggestions?
jerryd