Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bozzo
  • Order by date
  1. bozzo

    create a C++ wrapper dll called by a java class

    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...
  2. bozzo

    calling a VB dll from java

    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...

Part and Inventory Search

Back
Top