$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Enda Mannion (emannion_at_[hidden])
Date: 2008-05-16 04:37:42
Hi,
I am trying to use boost filesystem.
wchar_t* file = L"myfile";
boost::filesystem::path path(file);
but boost can not seem to find wide character versions of the file
system functions and constructors I am using.
Does boost filesystem support wide character.
I am compiling this on linux and on Windows.
Thanks,
Enda