Impossible to link OpenAL

I'm a little confused on how to access the OpenAL. I read somewhere that the binary was in the NDK, but not actually part of the installation of the tablet. But the NDK seems to include a dynamic library, which does not seem to promote static linking to include this in my application.

In any case, I've added the library 'OpenAL' to the list of libraries required by my application. This is resolved to the directory of the target-override library and generates an executable file. But when I install it on the shelf, it does not work with error:

LDD: FATAL: could not load library libOpenAL.so.1

Nobody knows the right way to use OpenAL?

Thank you kindly!

You must manually include the libraries as part of your package. To do this, you must add it as an asset in your handle bar. Just add the following line and you should be ok:

lib/libOpenAL.so.1

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for