Hi,
I have built CommonC++ libraries and the bundled demo applications on a Compaq/Digital-TRU64. Seems like there still a problem with the port to this architecture. Running the bundled demo/tcp from a cmd-line, I get following:
testing addr: 255.255.255.255:4096 binding for: 127.0.0.1:4096 socket error 0.0.0.0:0 error number 0
running the same thing in a debugger and pausing a moment before line "myTCPSocket server(addr);" seems to do the trick.
Has anyone else had any success on this architecture ?
Log in to post a comment.
Hi,
I have built CommonC++ libraries and the bundled demo applications on a Compaq/Digital-TRU64.
Seems like there still a problem with the port to this architecture.
Running the bundled demo/tcp from a cmd-line, I get following:
testing addr: 255.255.255.255:4096
binding for: 127.0.0.1:4096
socket error 0.0.0.0:0
error number 0
running the same thing in a debugger and pausing a moment before line "myTCPSocket server(addr);" seems to do the trick.
Has anyone else had any success on this architecture ?