
23 Mar
2008
23 Mar
'08
3:48 a.m.
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
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".