using a static library (Windows)
I have a static library in C++ (Windows). I know how to invoke methods in a dll. Is it possible to invoke methods from a static library also, and how?Thanks you.
I suppouse that you only have to do a DLL with the static library (pretty much like recompile the static library so it can be dinamically linked, or something similar, including the correct JNI method naming).