Hi,
I am trying to use JNI to call c/c++ functions.
Some of these functions take or return pointer arguments.
Does anybody know how this is handled?
Thanks in advance
Karim
Printable View
Hi,
I am trying to use JNI to call c/c++ functions.
Some of these functions take or return pointer arguments.
Does anybody know how this is handled?
Thanks in advance
Karim
Why don't u see following post in this discussion forum?
'JNI : Out parameters, simulating pointers'
- UnicMan