Click to See Complete Forum and Search --> : JNI: Pointer handling


az99
August 21st, 1999, 03:23 PM
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

unicman
August 22nd, 1999, 10:39 AM
Why don't u see following post in this discussion forum?

'JNI : Out parameters, simulating pointers'

- UnicMan