$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] undefined reference to base_object
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-05-02 14:48:28
I would recommend you look at the1.42 documentation.  This resolves a lot of 
the confusion about the usage of serialization in DLLS (aka shared 
libraries).  The real problem is that when I made the library I didn't 
really consider all the implications of spreading the code accross DLLS and 
when I did, some many issues came up it took a while to get it right.  I 
think it's correct now.  One more iteration and it will be more bullet 
proof.
Robert Ramey