Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KevMonstah

    Multiple errno references in tcl library

    That was another thing that I had tried which failed, but I forgot to mention it in the original post. I had attempted to use Tcl_ErrnoId and it returned 'Unknown'. I just tested the use of Tcl_GetErrno, and the value it returns (0), is also not consistent with the global errno...
  2. KevMonstah

    Multiple errno references in tcl library

    I'm trying to use Tcl to open a socket from an HP-UX11 machine to a server running on a Windows NT platform. In the code, the key line is a check of errno to see its value, which should be EINPROGRESS. The errno variable in the code returns a 0 after the connect, but doing a 'perror()' shows...

Part and Inventory Search

Back
Top