LordChariot
unread,Sep 7, 2010, 4:35:37 PM9/7/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jni4net
I need some advice on the best way to approach this task:
I have a vendor-supplied JNI DLL that designed to be used by a Java
program. This JNI SDK contains functions I need access to via an
application in C#. I do not need to access any java components that
call this JNI, I only need to get to the API the JNI provides, so I
don't need to bridge back into the java.
I have the entry points and definitions of how a Java program would
access these functions, but need to figure out how to get to them from
C#.
I've been trying create an interop wrapper class to be called from C#,
but it's providing a challenge with how parameters are passed, and
frankly, I'm not that good.
Would jni4net help in easily exposing the methods already in the jni?