From: Panayotis K. <pan...@pa...> - 2011-05-19 23:35:45
|
I have two questions: 1) what is the reason of this variable static NSObject* dispatchObject = nil; in the NSObject class of the C backend? 2) I have a JAVA_OBJECT , say "o1" This object, (in java) it has a specific method, let's say public void myMethod(Object val) {..} How do I call this method from inside C, given I have the pointer o1 of this object? |