Boost logo

Boost Users :

From: michael graves ii (yg-boost-users_at_[hidden])
Date: 2002-08-08 12:35:32


speedy response.... thankya=)

"Douglas Gregor" <gregod_at_[hidden]> wrote in message
news:200208081308.36242.gregod_at_cs.rpi.edu...
> > so in semi-readable for these are the unresolved symbols:
> That sums up just about everything that isn't a template in the Signals
> library.
=p

> I'd suggest static linking on Windows for now. This _should_ be fixed by
the
> next release.

static linking?? from what i can see, none of these functions have a body.
so
unless i'm missing some cpp files somewhere, the compiler doesn't have
anything
to link to.

take for example the "void slot_base::create_connection(void)" function. in
'slot.hpp'
it looks like:
<snipet>
class slot_base {
    ...
    protected:
        // Create a connection for this slot
        void create_connection():
    ...
</snippet>

and no create_connection function body is anywhere in the file.... how can
the compiler
link to this?? am i missing some files?? if so where is
"slot_base::create_connection(void)"
defined (maybe i missed some folder =/ )??

thx 4 the time
michael graves


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