B4J Question B4J and native library in .dll format (again) - any workaround ?

agb2008

Member
Licensed User
Longtime User
I have to use functions from native Windows library available in .dll format. No source code of this
library available - so I can't convert it to B4J library... I know that there were few threads regarding .dll library functions - and in all of then it was said that it's just impossible but... May be there is some kind of workaround ? In Java we could use JNI or JNA to access native functions from .dll libs. Not so easy, but more or less working solution. But ... could we create mid level library for B4J that would use JNA/JNI to access required .dll library functions or it's just totally impossible and it's better not to waist time on this subject ?

P.S. I am talking of cause about Windows platform only solution.
 
Top