Is it possible to convert jint to int ?
843829Apr 12 2004 — edited Apr 13 2004I am on a C++ program and got data from a java method on to a jint (I think 32bits) variable.
Now I want to return this jint value as the result of the function call in my C++ program. But it does not compiled.
Anybody know how to convert jint to any valid C++ data type (like int or double) ?
Thanks
Mei