hi!
SocketPort and other socket-stuff is not available under win32. instead winsock2 is included and initialized.
this makes no sense to me. (socket.h)
is this port on schedule? will it ever be done?
i need multithreading net-sockets.
are there alternatives? (staticaly linkable, native)
i tried wxBase, a subset of wxWindows, it seems to work, but since i dont need gui, this makes not so much sense either.
thank you!
kl
Yes, this port is scheduled
Implemented in CVS This implementation is derived from a previous work. Is not tested very much and there are also some problem... but should work...
Log in to post a comment.
hi!
SocketPort and other socket-stuff
is not available under win32.
instead winsock2 is included and
initialized.
this makes no sense to me.
(socket.h)
is this port on schedule?
will it ever be done?
i need multithreading net-sockets.
are there alternatives?
(staticaly linkable, native)
i tried wxBase, a subset of wxWindows,
it seems to work, but since i dont need
gui, this makes not so much sense either.
thank you!
kl
Yes, this port is scheduled
Implemented in CVS
This implementation is derived from a previous work.
Is not tested very much and there are also some problem... but should work...