1
Audio / Link Errors with sfml-audio-s.lib in version 3.0.0
« on: December 28, 2024, 03:25:02 am »
I was getting link errors with the statically linked sfml-audio-s.lib in Visual Studio 2022. I replaced it with sfml-audio.lib and added the dll file to the project folder and I am able to use the Audio library now. I'm not sure if this is a known issue, but using the dynamically linked file seems to be a good workaround for now.