git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28722
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- wxLogSysError("Quicktime is not installed, or Your Version of Quicktime is <= 4.");
+ wxLogSysError(wxT("Quicktime is not installed, or Your Version of Quicktime is <= 4."));
wxMacStringToPascal( fileName , lpSnd ) ;
wxMacStringToPascal( fileName , lpSnd ) ;
m_hSnd = (char*) GetNamedResource('snd ', (const unsigned char *) lpSnd);
#else
return false;
m_hSnd = (char*) GetNamedResource('snd ', (const unsigned char *) lpSnd);
#else
return false;
miComponent = OpenDefaultComponent(MovieImportType, kQTFileTypeAIFC);
else
{
miComponent = OpenDefaultComponent(MovieImportType, kQTFileTypeAIFC);
else
{
- wxLogSysError("wxSound - Location in memory does not contain valid data");
+ wxLogSysError(wxT("wxSound - Location in memory does not contain valid data"));
if (flags & wxSOUND_SYNC)
{
if (flags & wxSOUND_SYNC)
{
- wxASSERT_MSG(!(flags & wxSOUND_LOOP), "Can't loop and play syncronously at the same time");
+ wxASSERT_MSG(!(flags & wxSOUND_LOOP), wxT("Can't loop and play syncronously at the same time"));
//Play movie until it ends, then exit
while (!IsMovieDone(movie))
//Play movie until it ends, then exit
while (!IsMovieDone(movie))