$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2008-07-20 15:43:16
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_at_system@boost@@YAABVerror_category_at_12@XZ)
referenced in function "void __cdecl boost::system::`dynamic
initializer for 'generic_category''(void)"
(??__Egeneric_category_at_system@boost@@YAXXZ)
Since I'm using autolinking I don't think it's due to a missing library. Anyone?
Thanks,
Christian