1. wxGetFullHostName() does return the full host name now under MSW
2. wxGetEmailAddress() doesn't always return empty string... 3. status bar created under MSW is of type wxStatusBar, hence wxWin RTTI works for it 4. carsh in IPC sample fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -409,7 +409,7 @@ void wxTCPEventHandler::Client_OnRequest(wxSocketEvent &event)
|
||||
{
|
||||
wxSocketBase *sock = event.GetSocket();
|
||||
wxSocketNotify evt = event.GetSocketEvent();
|
||||
wxTCPConnection *connection = (wxTCPConnection *)(event.GetClientData());
|
||||
wxTCPConnection *connection = (wxTCPConnection *)(sock->GetClientData());
|
||||
|
||||
// This socket is being deleted; skip this event
|
||||
if (!connection)
|
||||
|
Reference in New Issue
Block a user