On Tue, Dec 25, 2018 at 1:34 PM Erich Steinböck
wrote:
>
> Based on how the INTERFACE_VERSION defines were set up in oorexxapi.h for
> 4.2
>
> ~~~
> #define INSTANCE_INTERFACE_VERSION 100
> #define THREAD_INTERFACE_VERSION_4_0_0 100
> #define THREAD_INTERFACE_VERSION_4_1_1 101
> #define THREAD_IN
Based on how the INTERFACE_VERSION defines were set up in oorexxapi.h for
4.2
~~~
#define INSTANCE_INTERFACE_VERSION 100
#define THREAD_INTERFACE_VERSION_4_0_0 100
#define THREAD_INTERFACE_VERSION_4_1_1 101
#define THREAD_INTERFACE_VERSION 102
#define METHOD_INTERFACE_VERSION_4_0_0 100
#define MET
Fixed. A moment of dyslexia cause me to transpose a couple of
characters in the adcl macro calls.
Rick
On Mon, Sep 8, 2008 at 4:26 PM, David Ashley <[EMAIL PROTECTED]> wrote:
> Rick -
>
> I ran into a problem with oorexxapi.h when putting together the Unit tests.
> The macros for RexxRoutine8 -
Rick -
I ran into a problem with oorexxapi.h when putting together the Unit tests.
The macros for RexxRoutine8 - 10 all five an error when you try to use
them. I added these a few months ago at the same time I added the
coresponding RexxMethod8 - 10 macros. There was a problem with the
RexxMetho