So I created an app. Usualy its enough to put dlls like ffmpeg ones in folder with it for further app distribution during project creation steps but this OpenAL32.DLL just does not want to work for me like that. So where to get redistributable OpenAL32.dll?
Share
This is pretty much all you’ll ever need/find. Most apps that use openAL, use the installed version. Are you sure you’re using the right bitness DLL (32-bit vs 64-bit) and that the missing DLL is the cause of the failure?