1 | initial version |
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...
2 | No.2 Revision |
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...