+ if ( wxMessageBox("Failed to make connection to server.\nRetry?",
+ "Client Demo Error",
+ wxICON_ERROR | wxYES_NO | wxCANCEL ) != wxYES )
+ {
+ // no server
+ return FALSE;
+ }
+
+ the_connection = (MyConnection *)my_client->MakeConnection(hostName, service, "IPC TEST");