be careful : your function Java_identification_essai is declared as a member of the CDWrapper class. So JNI can't find it. You should not use the C++ add function Wizzard but implement the fonction directly in the cpp code :
jstring Java_identification_checkLogin(JNIEnv *env, jobject obj...
be careful : your function Java_identification_essai is declared as a member of the CDWrapper class. So JNI can't find it. You should not use the C++ add function Wizzard but implement the fonction directly in the cpp code :
jstring Java_identification_checkLogin(JNIEnv *env, jobject obj...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.