return a struct (object) from c back to java
843829Dec 16 2002 — edited Dec 17 2002In my code I call the c functions from the java side.
I pass an object as a parameterto c. in the c side the object becomes a struct.
Does anyone knows how can I return a struct back to java (that will become an object in java)
tnx