bool MyApp::OnInit()
{
// Create the main frame window
- (new MyFrame(NULL, "Server"))->Show();
+ (new MyFrame(NULL, "Server"))->Show(TRUE);
// create the server object
wxString server_name = "4242";
int WXUNUSED(size),
wxIPCFormat WXUNUSED(format))
{
- wxLogStatus("Poke command: %s = %s", item, data);
+ wxLogStatus("Poke command: %s = %s", item.c_str(), data);
return TRUE;
}