How would one apply the native SendMessage*() APIs to mimickry what is possible in ooRexx with:
o~someMessage:super /* start searching the method 'someMessage' in the superclass */ Trying to code this in native code like: context->SendMessage0(oself, "someMessage:super") yields error 97.1: Object "The TEST class" does not understand message "SOMEMESSAGE:SUPER". (This might be useful when implementing methods in native code.) ---rony
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel