Displaying 2 results from an estimated 2 matches for "wxsocketclient".
Did you mean:
socketclient
2007 Oct 02
2
wxRuby Tutorial
Hi Everyone,
My name is Sean Lindsay, and I have recently joined the wxRuby project. I
have been talking with Alex and have agreed to update the tutorial.
I have started by placing a link to a new temporary tutorial page so that
the old one can stay in place for the time being. I have written up a
preliminary table of contents and would be happy to hear any
2008 Jan 17
1
wxSockets
Hello guys,
Alright Alex..... I need a few tips on where to start. I know that I''m
going to need to rewrite the wxSocket header files, in order to incorperate
them into wxRuby. But some advice on stuff such as
wxSocketClient::new/connect, where it takes a wxIPAddress, and so forth. I
know they are pretty friviolous structures for holding information about
Addresses in which to make connections to, so I figure the best route would
be to utilize Arrays or strings instead of relying on this class. But where
do I start a...