20 Jul
2008
20 Jul
'08
7:43 p.m.
Hi there, when including boost\filesystem.hpp I get the following linker error with VC8. error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::get_generic_category(void)" (?get_generic_category@system@boost@@YAABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'generic_category''(void)" (??__Egeneric_category@system@boost@@YAXXZ) Since I'm using autolinking I don't think it's due to a missing library. Anyone? Thanks, Christian