Hi.
I have problem with using SFML\Audio.hpp
I am using VS 2015 and have Windows 8 64x
When i use sf::Audio liker gives me a lot of errors.
Errors:
1>------ Build started: Project: Pong, Configuration: Release Static Win32 ------
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alSourcef
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alSourcef
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alSourcei
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alSourcei
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alGetSourcef
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alGetSourcef
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alGetSourcei
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alGetSourcei
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alSourcePlay
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alSourceStop
1>sfml-audio-s.lib(Sound.obj) : error LNK2001: unresolved external symbol __imp__alSourcePause
1>sfml-audio-s.lib(SoundBuffer.obj) : error LNK2001: unresolved external symbol __imp__alGenBuffers
1>sfml-audio-s.lib(SoundBuffer.obj) : error LNK2001: unresolved external symbol __imp__alDeleteBuffers
1>sfml-audio-s.lib(SoundBuffer.obj) : error LNK2001: unresolved external symbol __imp__alBufferData
1>sfml-audio-s.lib(SoundBuffer.obj) : error LNK2001: unresolved external symbol __imp__alGetBufferi
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alGenSources
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alDeleteSources
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alSource3f
1>sfml-audio-s.lib(SoundSource.obj) : error LNK2001: unresolved external symbol __imp__alGetSource3f
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_open
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_open_virtual
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_strerror
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_seek
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_read_short
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_write_short
1>sfml-audio-s.lib(SoundFile.obj) : error LNK2001: unresolved external symbol _sf_close
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alIsExtensionPresent
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alGetEnumValue
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcCreateContext
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcMakeContextCurrent
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcDestroyContext
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcOpenDevice
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcCloseDevice
1>sfml-audio-s.lib(AudioDevice.obj) : error LNK2001: unresolved external symbol __imp__alcIsExtensionPresent
1>sfml-audio-s.lib(ALCheck.obj) : error LNK2001: unresolved external symbol __imp__alGetError
1>C:\Users\Simon\Documents\c++\Game\Pong\Release Static\Pong.exe : fatal error LNK1120: 31 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
My linker's input:
sfml-audio-s.lib
sfml-graphics-s.lib
sfml-window-s.lib
sfml-system-s.lib
jpeg.lib
opengl32.lib
Winmm.lib
freetype.lib
I tryed to execution example's sound.exe and it gives me an error "The program can't start because openal32.dll is missing from your computer. Try reinstalling the program to fix this problem."
I downloaded this and here is still the same problem.
Don't know how to fix those errors. May someone help me ?