25 Apr
2008
25 Apr
'08
12:01 p.m.
BTW the signals dll import libraries don't have the "lib" prefix on their names.
I'm sorry, are you saying that the libraries output by the whole boot.build process of the signals library do not end in a .lib?
No, they don't have the _pre_ fix "lib". They are just called boost_... instead of libboost_... If you link statically to boost you need libboost_....lib, if you want to dynamically link, you need boost_....lib and, of course, the corresponding DLL. Regards, Rainer