Hi all, I updated miscellaneous/listen() so that it works on the pure windows build using winsock. I tested the revised version on Windows with VC-2008 and on OS X.
I renamed listen() to server() so that this routine can coexist with the raw socket wrapper. The send/recv functions that I define in server.cc will likely cause problems if the remote octave command tries to use the socket wrapper, but they work fine otherwise. I haven't tested the new code on linux. I modified the Makefile so that server.oct always builds, regardless of HAVE_FORK. I hope this means the next windows release will include the server() function by default. - Paul ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
