$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gchen (chengang31_at_[hidden])
Date: 2008-03-22 23:48:31
David Bertrand wrote:
>
> When compiling unicode filesystem functions, I get linking errors :
> Test error LNK2019: unresolved external symbol "class
> boost::filesystem::file_status __cdecl
> boost::filesystem::detail::status_api(class std::basic_string<unsigned
> short,struct std::char_traits<unsigned short>,class
> std::allocator<unsigned short> > const &,unsigned int &)" (...)
>
It seems that your project setting is using wchar_t as unsigned short,
try to change it to "treat wchar_t as built-in type".