Hi,
I've reached a point in writing some code where I must read a singed 32bit integer from a socket. I've been using NET.SOCKETS:RECEIVE-FROM to read '(unsigned-byte 8) values. Can anyone suggest a good library (or alternate method) to help with the conversion?
elliott