search for: wxserver

Displaying 3 results from an estimated 3 matches for "wxserver".

Did you mean: nxserver
2007 Oct 29
12
wxRuby Socket Demo finally available
...s, is the implementation of a Server with a GUI Front End, and the implementation of a Client with a GUI Front End. I targeted it after a very simple Chat Program, with simple text based communication, but should be able to work with Binary data as well. The main 2 source codes to look at, is wxServer.rb and wxClient.rb (Which are the ones you want to run as well.) I''ve simplified the code a bit, separating it into different libraries, so one library is primly for the GUI Creation (Which is shared between both Server and Client), as well as the slight modification to the Socket...
2007 Nov 03
1
New wxSocket Classes
...single Method, on_server() and on_client(). It still uses /SOME/ of the API that wxWidgets has, as far as returning SOCKET_NOERROR, SOCKET_INVSOCK, and SocketEvent created with evt_socket() as the catch method for this event. As soon as I have the client put together, and tested wxClient and wxServer on Linux, and check it into the SVN, so that Alex and Sean Long can look over it, and test it out on their systems, we may finally have something worth while here, that will put us one up on other GUI libraries. *feels very evil and good at the same time* My plans for world domination is comi...
2007 Nov 28
6
Problems installing/running svn-code
Hi, The last couple of days I''ve been trying to get back on the wxRuby-horse however I''ve ran into some problems while compiling/testing the subversion sources. Mind, the 1.9.2 official release works fine. Absolutely no problems whatsoever. The first hurdle was that the rake install target doesn''t work. It fails on rakewx.rb:145. Looking into it I found that