|
Boost Users : |
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-08 12:08:36
On Thursday 08 August 2002 10:33 am, michael graves ii wrote:
> so in semi-readable for these are the unresolved symbols:
> signal_base::~signal_base(void)
> trackable::~trackable(void)
> void connection::disconnect(void)const
> void slot_base::create_connection(void)
> signal_base_impl::signal_base_impl(class boost::function2<bool,class
> boost::any,class boost::any,struct boost::empty_function_policy,struct
> boost::empty_function_mixin,int> const &)
> connection signal_base_impl::connect_slot(class boost::any const
> &,class boost::any const &,class std::vector<class
> boost::signals::trackable const *,class std::allocator<class
> boost::signals::trackable const *> >const &)
> call_notification::~call_notification(void)
> call_notification::call_notification(class boost::shared_ptr<class
> boost::signals::detail::signal_base_impl> const &)
> signal_base_impl::~signal_base_impl(void)
That sums up just about everything that isn't a template in the Signals
library.
> i downloaded the signals library out of the CVS Repository. i see that
> some people have gotten signals to work so i guess i'm missing something=(
I'd suggest static linking on Windows for now. This _should_ be fixed by the
next release.
Doug
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net