On Sun, Aug 14, 2022 at 8:17 AM Rony G. Flatscher <rony.flatsc...@wu.ac.at>
wrote:

> On 14.08.2022 13:41, Rick McGuire wrote:
> > - The method NativeActivation::checkConditions() is where the raised
> exceptions are processed when
> > your external routine returns. Understanding why that code is not
> raising the exception on the
> > calling Rexx code would be helpful.
>
> The conditionObj NativeActivation::checkConditions() is NULL right before
> returning.
>

That would suggest you are using the wrong context to raise the exception,
because the one you used was returning true for CheckCondition().
CheckCondition() just checks the value of the conditionObj variable.

Rick

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

Reply via email to