$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-09-02 10:15:26
On Aug 30, 2004, at 4:39 PM, Alain Cormier wrote:
> Hi,
>
> Just want to know *exactly* how to use boost::signals in a Qt project. 
> I read this : http://www.boost.org/doc/html/ch06s04.html but I don't 
> understand how to do it.
>
> I try to recompile boost with : 
> "-sBUILD=<define>BOOST_SIGNALS_NAMESPACE=signalslib".
>
> After that, I try to directly change BOOST_SIGNALS_NAMESPACE in 
> signals_common.hpp but didn't work neither.
Are you #defining BOOST_SIGNALS_NAMESPACE to signalslib when you're 
building your application? Some indication of how it failed would help.
        Doug