Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Java Call C++ DLL
no vote
In JAVA coding, we can call c++ functions. Example, System.loadLibrary("good"); // good is c++ dll name That dll includes two API functions: JNIEXPORT jint JNICALL Java_TestDLL_get(JNIEnv *, jclass); JNIEXPORT void JNICALL Java_TestDLL_set(JNIEnv *, jclass, jint j);
wangnasa
2016-08-23
0
1
No more~