2010-12-15 136 views

回答

0

使用的UnicodeStringw_str()方法檢索wchar_t *

UnicodeString foo = Edit1->Text; 

boost::filesystem::path p(foo.w_str()); 
相關問題