Ask Your Question

Revision history [back]

OK, I found a solution but it doesnt use the static library way. Instead, I copied the source files into my project and compiled them as a shared library.

The compilation takes some time now, but at least it works...

OK, I found a solution but it doesnt use the static library way. Instead, I copied the source files into my project and compiled them as a shared library.

The compilation takes some time now, but at least it works...

If someone knows how to do it statically I will be happy to know what am I missing...