$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Adrian Michel (michel_at_[hidden])
Date: 2003-09-14 13:49:26
Hi,
I was trying to use some of the functionality in boost::filesystem in a
Windows app but could not find a way to create a path object from a Unicode
string. The constructors accept const char*, std::string but no const
wchar*. Is there any other way I could use Unicode for file/path names?
Thanks,
Adrian Michel