$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] error linking the boost.filesystem library
From: Remko Tronçon (remko_at_[hidden])
Date: 2009-01-27 06:20:03
> Any one know why this error is ocuring?
Are you linking your application against the boost library? Setting
the paths for VC to find the library is one thing, but you have to
actually link to the library as well.
cheers,
Remko