speedy response.... thankya=)
"Douglas Gregor"
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