summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
71e33c7)
wxString is not convertible (even explicitly) to char* in this case.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64922
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
printf(" %s\n", (const char *)details.GetVersion().mb_str());
}
printf(" %s\n", (const char *)details.GetVersion().mb_str());
}
wxPuts(wxEmptyString);
#endif // TEST_DYNLIB
}
wxPuts(wxEmptyString);
#endif // TEST_DYNLIB
}
: wxStackWalker(argv0)
{
}
: wxStackWalker(argv0)
{
}
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH)
{
wxPuts(wxT("Stack dump:"));
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH)
{
wxPuts(wxT("Stack dump:"));
#if wxUSE_STACKWALKER
wxPuts(wxT("*** Testing wxStackWalker ***"));
#if wxUSE_STACKWALKER
wxPuts(wxT("*** Testing wxStackWalker ***"));
- StackDump dump((const char*)wxTheApp->argv[0]);
+ StackDump dump(wxTheApp->argv[0].utf8_str());
wxPuts("\n");
#endif
#endif // TEST_STACKWALKER
wxPuts("\n");
#endif
#endif // TEST_STACKWALKER
wxT("fr"),
wxStandardPaths::ResourceCat_Messages
).c_str());
wxT("fr"),
wxStandardPaths::ResourceCat_Messages
).c_str());
wxPuts("\n");
#endif // TEST_STDPATHS
}
wxPuts("\n");
#endif // TEST_STDPATHS
}
vol.GetFlags() & wxFS_VOL_REMOVABLE ? wxT("removable")
: wxT("fixed"));
}
vol.GetFlags() & wxFS_VOL_REMOVABLE ? wxT("removable")
: wxT("fixed"));
}
wxPuts("\n");
#endif // TEST_VOLUME
}
wxPuts("\n");
#endif // TEST_VOLUME
}