I want get the path of one map which is in a listbox so I type this :
Code: Select all
pathMap = lst_Map->getListItem(lst_Map->getSelected());
Code: Select all
mesh_Map = Smgr->getMesh(pathMap);
What is the fonction for convert c8* to wchar_t* ? (perhaps like wcstombs()).