$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-01-22 09:12:57
chun ping wang wrote:
>> oh cause when i build boost for msvc i did it with layout=system so
>> autolink can't find it unless theirs an update or fix to it.
None the less the issue is the same: the library you are linking against is
not binary compatible with your application build settings.
HTH, John.