Nativecall toegevoegd om te kunnen communiceren met windows applicaties.

This commit is contained in:
2011-02-19 15:33:26 +00:00
parent 0213172bc5
commit 9828e15d53
42 changed files with 5717 additions and 8121 deletions

View File

@@ -228,7 +228,7 @@ JNIEXPORT jint JNICALL Java_com_eaio_nativecall_IntCall_executeCall0
}
delete [] arrays;
env->SetIntField(obj, fieldLastErrorCode, GetLastError());
return outVal;