[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