[clean-list] Object I/O on different than windows platforms

Arjen van Weelden A.vanWeelden at cs.ru.nl
Thu Jun 22 11:52:13 MEST 2006


Arjen van Weelden wrote:
> Juraj Hercek wrote:

[snip]

>> 3) I read on clean web page that TCP library is dependent Object I/O, is
>> there any possibility to run TCP library without Object I/O on linux?
> 
> Yes, one could separate the low-level TCP/IP bindings from the Object
> I/O stuff. I did that once and used it on both Windows and Linux. All
> platform specifics are in a single small C file (sockets are almost
> platform independent). The code is currently not in a
> polished-ready-for-release-as-a-library form, but I'll try to make it
> available this week. Especially the error handling is non-existing, but
> it might be a start, please improve it.

You can download the TCP/IP bindings from my website:
	http://www.cs.ru.nl/A.vanWeelden/index.php?p=downloads

kind regards,
	Arjen


More information about the clean-list mailing list