I'm working to bring rexxpg up to 5.0.
Latest doc builds can be found at
https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.0.0beta/

Two API sets still need to be added:

*Variable Reference:*
GetObjectVariableReference, IsVariableReference, SetVariableReferenceValue,


*I/O Redirection:*
IsErrorRedirected, IsInputRedirected, IsOutputRedirected,
IsRedirectionRequested, ReadInput, ReadInputBuffer, VariableReferenceName,
VariableReferenceValue, WriteError, WriteErrorBuffer, WriteOutput,
WriteOutputBuffer

And there's a question regarding CSelf:
rexxpg documents ObjectToCSelfScoped, but this method actually cannot be
called - either a typo in oorexxapi.h or an intentional name clash with
ObjectToCSelf that I don't understand.
On the other hand, we have a GetCSelf method, which is undocumented in
rexxpg

This may be related to #692
<https://sourceforge.net/p/oorexx/feature-requests/692> Add a version of
GetCSelf API, but more details are welcome.
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to