[Oorexx-devel] rxsoch and errno / h_errno - tracker ID: 2821430

2009-07-25 Thread Rainer Tammer
Hello, I just read ID: 2821430. Is it possible that this is not implemented at all? I can find SetErrno() and SetH_Errno() in rxsock.cpp. These two functions are never called. The SetH_Errno() looks kinda fake: /*-- * set h_errno

Re: [Oorexx-devel] rxsoch and errno / h_errno - tracker ID: 2821430

2009-07-25 Thread Rick McGuire
It looks like the fact these were not getting called was my fault. In previous releases, the rxsock package registered all of the functions using the same DLL entry point. When called, it searched a table and dispatched the call to the actual target. This was a bit strange, and the gateway

Re: [Oorexx-devel] rxsoch and errno / h_errno - tracker ID: 2821430

2009-07-25 Thread Rainer Tammer
Hello, Rick McGuire wrote: It looks like the fact these were not getting called was my fault. In previous releases, the rxsock package registered all of the functions using the same DLL entry point. When called, it searched a table and dispatched the call to the actual target. This was a

[Oorexx-devel] ooRexx RexxC front-end

2009-07-25 Thread Mark L. Gaubatz
I have undertaken a REXXCOMP (REXX/370 Compiler) front-end to RexxC (in ooRexx) to satisfy both my requirements and the requirements of others looking for REXXCOMP source features (including my previous development group within IBM). Coding is nearly complete and is functional; documentation, at