git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22970
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_xanim_detector = new wxVideoXANIMProcess(this);
m_xanim_started = FALSE;
m_paused = FALSE;
m_xanim_detector = new wxVideoXANIMProcess(this);
m_xanim_started = FALSE;
m_paused = FALSE;
+ m_filename = wxEmptyString;
m_size[0] = 0;
m_size[1] = 0;
m_size[0] = 0;
m_size[1] = 0;
- m_filename = wxGetTempFileName("vidxa");
+ m_filename = wxGetTempFileName(_T("vidxa"));
m_remove_file = TRUE;
wxFileOutputStream fout(m_filename);
m_remove_file = TRUE;
wxFileOutputStream fout(m_filename);
line[infoStream->LastRead()] = 0;
line[infoStream->LastRead()] = 0;
+ totalOutput += wxString::FromAscii(line);
}
// This is good for everything ... :-)
}
// This is good for everything ... :-)
m_movieCodec = totalOutput(0, position);
totalOutput.Remove(0, position);
m_movieCodec = totalOutput(0, position);
totalOutput.Remove(0, position);
- tokenizer.SetString(totalOutput, "\n\r");
+ tokenizer.SetString(totalOutput, wxT("\n\r"));
// the rest of the line
wxString token = tokenizer.GetNextToken();
// the rest of the line
wxString token = tokenizer.GetNextToken();