Hi,
I have a dll without the sources and need to use it in a java application.
I tried JNI and JNA and succeded in accessing methods and properties of custom made dlls, but not objects, which is the whole point of the project.
Does any one has any idea ?
Thanks

