$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Cain O'Sullivan (cain_at_[hidden])
Date: 2003-04-06 22:01:40
Hi,
I am trying to compile a program using the filesystem module. I am using
VC7 and whenever I try to compile it get errors such as ...
TestBoostFs error LNK2005: "public: unsigned int __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::size(void)const "
(?size@?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@QBEIXZ)
already defined in libcpd.lib(ios.obj)
These errors occurr as soon as I add any boost::filesystem code.
Any suggestions?
Thanks,
Cain
cain_at_[hidden]