Sean Farrow wrote:
Hi: can Anybody help I'm using the boost::filesystem library, and am including
and am getting: 1>O2ServerImpl.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __stdcall boost::system::get_system_category(void)" (?get_system_category@system@boost@@YGABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'system_category''(void)" (??__Esystem_category@system@boost@@YAXXZ) 1>O2ServerImpl.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __stdcall boost::system::get_generic_category(void)" (?get_generic_category@system@boost@@YGABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'generic_category''(void)" (??__Egeneric_category@system@boost@@YAXXZ)
I am linking with:
libboost_filesystem-vc80-mt-gd-1_39.lib libboost_system-vc80-mt-sgd-1_39.lib
The last one is using static runtime, and the first one is using dynamic runtime? Is this supposed to work?
Also I've modified a boost header file, who do I pass this too for update to the svn trunk?
File an issue on svn.boost.org - Volodya