Passing dll parameters & use it in java applet ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zeinz
    New Member
    • Feb 2012
    • 7

    Passing dll parameters & use it in java applet ?

    Hi,

    I'm working on some project which in it i use labview to make a vi then i convert this vi to a dll file with the parameters i used in the vi.

    so i want use this dll into my applet .. in other words i want to make communication between java & dll parameters.

    I searched about how to make this issue & i found that i must use the JNI to make connection between the java & the native code of dll.


    But i can't make it till now.

    ---
    in few words..
    i've a dll file which has the vi in it.
    i want to load it from java & use its parameters.



    Thanks in advance
  • zeinz
    New Member
    • Feb 2012
    • 7

    #2
    My DLL.zip

    Attached the dll generated by the labview & the header file which contain the function prototype.

    then i want to use this simple function in java.

    Comment

    Working...