> IIRC, doesn't the current networking stuff use some 3rd party dependency
> that nobody has, and thus the network code is practically not used?
>
> So, to get a network layer that is actually used, going the other way
> round may actually be better - aim for dropping the external library and
> do networking “manually” with sockets.

Yes, it is the HawkNL library (http://hawksoft.com/hawknl/).

It is LGPL and in 2005 it was the only open source library I found that
was portable on all platforms supported by CS.

It is really low level, it just provides a common API for all platforms
(so you do networking “manually” with sockets).

I don't know if there are now other libraries that can be used but this
one can most probably be dumped into CEL instead of expecting for the user
to install it.



------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to