Hello,
From what I read ("ANSI-C") it looks like it should compile on OS/2.
Not sure about the effort involved here... and which flavor of compiler to use preferrably.
Anyway, even if this works, it would "only" give us a DLL useable from C... right?
What would it take to create a rexx-to-HaruDLL "wrapper"... or a rexx-callable variant of the HaruDLL?
A C-dll can be used by other programming languages as well as it doesn't add mangled function names or vendor specific magic like C++ can.
We can write it as a wrapper dll or build it into the dll itself next to the exported functions visible to the user.
//Jan-Erik