[mono-android] openal32.dll missing ?
Jonathan Pryor
jonp at xamarin.com
Tue Feb 28 02:29:50 UTC 2012
On Feb 27, 2012, at 8:19 PM, Danny wrote:
> Whenever I try to create a new audio context in monodroid, it falls over telling me that openal32.dll is missing; which naturally doesn't make sense.
Naturally, unfortunately, this makes perfect sense: it doesn't exist. There are no openal libraries present on any Android devices, afaik, though searching will find more information about the (lack of?) OpenAL on Android:
http://stackoverflow.com/questions/2587295/android-openal
http://pielot.org/2010/12/14/openal-on-android/
I'm currently torn between removing the OpenAL namespace from OpenTK.dll or adding a dll remap entry so that libopenal32.so will be searched, allowing those who can figure out how to compile openal to embed it into their .apk. At this point in time we are not doing so.
- Jon
More information about the Monodroid
mailing list