2010-12-15 60 views

Répondre

0

Utilisez la méthode w_str() de UnicodeString pour récupérer un wchar_t *

UnicodeString foo = Edit1->Text; 

boost::filesystem::path p(foo.w_str());