|
This post has NOT been accepted by the mailing list yet.
I am struggling to work with SWIG to create Java wrappers for the C++ functions. This method is taking three parameters i.e. Function(char, enum, int) with return type char.
Can you please provide me the simple example of SWIG for above function.
|