hi,
i was want to link the .net dll created by a .net programer with
java program.
i want to know the changes to be made in the java program to link that .net dll.
just as i'm using JNI to link various other programs using the native method created,
like we use the above native method in c++ or any other program, i want the coding for the java program for the following file
this is the header file
so i need to know what should be my java file be like???
Thanks in advance