[Gambas-devel] Socket Component
Nigel Gerrard
nigel at ...2...
Mon Jul 28 17:34:12 CEST 2003
Benoit,
I have been looking at a Socket component for Gambas for several weeks now..trying to fit it in between my day job which is still fairly hectic at the moment.
Attached is a work in progress component ( with a basic server and client test program) which might be useful for some of the discussion that has been going on. There are several problems with it at the moment...especially around the server side using a timer for polling. There is also an issue with a warning message being displayed about 'allocations not being freed' - I believe it is probably due to NEW adding to the symbol list.
Feedback will be useful on whether this can be used to move forward...I guess ultimately we are likely to want to use .NET (dotGNU and/or MONO...but I can't get my head around them at the moment.)
Nigel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20030728/9f3477bb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Socket.tar.gz
Type: application/octet-stream
Size: 7615 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20030728/9f3477bb/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Client.tar.gz
Type: application/octet-stream
Size: 926 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20030728/9f3477bb/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Server.tar.gz
Type: application/octet-stream
Size: 1614 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20030728/9f3477bb/attachment-0002.obj>
More information about the Devel
mailing list