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
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
Comment