Posted By:
Tinus_Rautenbach
Posted On:
Thursday, May 17, 2001 02:57 AM
What is the diference between :
JNI and the /** ddl.import()command
I have a dll, which I know the methods of written in C++, Can I use/invoke them without having to write a wrapper?
Where if I then need to do I find more info on writing a C++ wrapper for a C DLL in java.