How to use a Exported C++ class from a DLL in JAVA
807588Apr 28 2009 — edited Apr 28 2009Hi all
i have a DLL which exports classes, i have to use this in a Java appliation , i have seen examples where JNI can be used to access, functions exported from a win32 DLL, but i did not find anything related to Exported C++ classes.
Does JNI provide such fucntioanlity, can anyone share me a sample code
regards
MP