Re: [SPAM] Portable network layer
- From: Gabriele Greco <gabriele greco darts it>
- To: Jonathan Winterflood <jonathan winterflood gmail com>, gtk-app-devel-list gnome org
- Subject: Re: [SPAM] Portable network layer
- Date: Fri, 11 May 2007 10:09:20 +0200
Jonathan Winterflood wrote:
I'd like to keep the dependencies to a strict minimum (preferably
bundle-able vs installable), free, and I only need basic functionality
If you want to avoid new dependencies you can use the sockets directly,
the differences between winsock and the standard bsd sockets are mostly
in the error management and can be solved with a few #defines and a call
to WSAStartup() at the beginning of the program.
Please consider that you can also run the socket code in your main
thread attaching the socket signal to the gtk main loop via gio channels.
If you want an higher level api you can try:
http://www.gnetlibrary.org/
---
Bye,
Gabry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]