![]() |
![]() |
![]() |
using dlls in java ? Can anyone please tell me how to use a dll ,creating using Lisp , in Java .
Mohammad Atif
Search for JNI and Win32.
dir at badblue com
http://www.rgagnon.com/javadetails/java-0283.html
dir at badblue com
The dll has been created in LISP , i cannot modify the return types or the arguments in accordance with the requirements of JNI .
Mohammad Atif
Write a wrapper DLL.
dir at badblue com
Are you using real Java, or J++/J#? If it's the latter, then J/Invoke will let you call the DLLs. Otherwise, I agree with the suggestion that you're going to have to write a wrapper DLL.
Brad Wilson (dotnetguy.techieswithcats.com)
SWIG
Phil
|