본문 바로가기

C & C++

wxString to MediaInfoDLL::String (std::basic_string<char>)

wxString wStr = _("ABC");
MediaInfoDLL::String str = (MediaInfoDLL:String)wStr.c_str();

*** DO NOT LOST WAY!! ***