Re: [Oorexx-devel] Question ad native SendMessage*() APIs

2019-04-13 Thread Rony G. Flatscher
Filed a RFE .

---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  > 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


Re: [Oorexx-devel] Question ad native SendMessage*() APIs

2019-04-11 Thread Rick McGuire
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 
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
>
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel