130.209.6.40 writes:
Hello!
My question was :
How do you use Java to call a C++ program which is compiled into a *.DLL file ?
Thanks in advance.
cashew
203.129.225.221 writes:
Use Native calls in java.Java Runtime class allows you to loadlibrary at runtime.
Anand