On Sat, 2006-09-09 at 17:51 -0500, Matthias Miller wrote: > I tried this on my Linux machine, and I can see what you mean. But > with MinGW, I can't seem to get this to compile without using a header > (and thus parameters). This code...
This is quite plausible; winsock2.h probably has something like: #define socket blahsocket so it will not be possible to link against the "socket" symbol directly, though it would be for "blahsocket". I'd suggest checking through winsock2.h looking for such a #define. (and possibly any header included by winsock2.h) Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
