Hi,

 

I’m trying to use the boost::filesystem library, and I’m getting two linker errors that I can’t figure out. Does anyone have any ideas why I’m seeing these and how I can fix them?

 

1.       error LNK2001: 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 &,class boost::system::error_code &)"

2.       error LNK2001: unresolved external symbol "class boost::system::error_code __cdecl boost::filesystem::detail::set_current_path_api(class std::basic_string<unsigned short,struct std::char_traits<unsigned short>,class std::allocator<unsigned short> > const &)"

 

I’m using the msvc8 toolset.

 

Thanks,
Sean