this code
#include <SFML\Audio.hpp>
int main()
{
sf::SoundBuffer buffer;
};
produces this error
imgIt was originally an openAL32.dll is missing error but I used an openAL installer from here
http://www.openal.org/creative-installers/here's my system info
PC: Lenovo ideapad s415 Touch
OS: windows 8.1
Graphics: AMD Radeon HD 8400
Audio: Realtek High Definition Audio
I'm using Static SFML 2.1
I checked my Graphics card and audio drivers and both are up to date (now xD)
I have installed libsndfile-1.0.25 x64 and x32 from here
http://www.mega-nerd.com/libsndfile/I will keep searching for a solution but if anyone has any idea what is causing this I would appreciate the info