I'm trying to use the SFML on Windows but when I use sf::Music, my application crash with the following error message:
error while loading shared libraries: api-ms-win-crt-locale-l1-1-0.dll: cannot open shared object file: No such file or directory
I'm on Windows 10 1909 with the SFML 2.5.1.
Would someone please know how to fix that?
So at the end I found the answer to my question, I was missing openal32.dll next to my executable.