I have a self-made Windows dll B4Nat.dll with a function int FuncA(int i) exported, how to use JNA to call this function? searched the forum and found examples are more related to call functions inside Windows user32, kernel32...platform dlls. I do have source code of this dll but I think JNA will be much easier than JNI for B4J? Thanks.