On Sun, Feb 17, 2019 at 8:00 AM Enrico Sorichetti via Oorexx-devel <
oorexx-devel@lists.sourceforge.net> wrote:

> Already working on a simple external function skeleton,
>
> Which does nothing but … Print the arguments passed
>
> Will not take long to polish it and post it somewhere
>
> Does not use the native approach ,
>
> I was not able to find into the docs how to determine the number of
> arguments passed
>
> From the samples looks like that the native mode functions only support a
> fixed number of arguments
>
> But I would like if somebody pointed me on hoe to do it the native day
>

You can also ask for all of the arguments to be passed to you in an array.
When used that way, no maximum is enforced. See the current unix rexxutil
functions SysGetMessage and SysGetMessageX to see how this works.

Rick

>
>
> E
>
>
> On 17 Feb 2019, at 13:53, Rony G. Flatscher <rony.flatsc...@wu.ac.at>
> wrote:
>
> If possible with a CMakeLists.txt, such that such a library also can serve
> as a role model for a) how to create external function library and b) how
> to use CMake to make it simple to compile, link and create installers for
> the different platforms?
>
>
> _______________________________________________
> 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