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

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to