The sdselect inside jsocket script making use of fd_set structure. It's fd_set assumed 4 bytes for socket and doesn't adjust to 8 bytes for 64-bits os. I think that socket is unsigned long in linux so that it is 8 byte long. Not sure for win64. Does anyone has experience in using sdselect in J64?
-- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
