Filed a RFE <https://sourceforge.net/p/oorexx/feature-requests/755/>.

---rony

On 11.04.2019 17:56, Rick McGuire wrote:
> This would need a new api. We never had the need before but it seems 
> reasonable to implement at
> least the version that uses an array for the arguments.
>
> Rick
>
> On Thu, Apr 11, 2019 at 11:31 AM Rony G. Flatscher <rony.flatsc...@wu.ac.at
> <mailto:rony.flatsc...@wu.ac.at>> wrote:
>
>     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

Reply via email to