Using wxSockets independently

Denis Dowling denis.dowling at gmail.com
Thu Nov 2 17:55:32 PST 2006


If you need sockets and timers in non gui builds then look at the patch 
from 
http://sourceforge.net/tracker/?func=detail&aid=1113088&group_id=9863&atid=309863

Work is being done to merge this into releases of wxWidgets after 2.8


Sebastien Senechal wrote:
> does any version above 2.6.3 actually have it ?
>
>   
>> wxWidgets-2.6.3 and earlier does not have support for events and wxTimer
>>  class in non-GUI build. There is no event loop at all. You can use
>> wxEventHandler and post events but you don't get any of them because
>> there is no event loop.
>>
>>     
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
>   





More information about the wx-users mailing list