16 May
2007
16 May
'07
5:43 a.m.
On 5/15/07, Nicholas Bastin
I'm trying to build a small test program for boost.signals on my windows machine, and I get the following linker error (code below):
test.obj : error LNK2019: unresolved external symbol "void __cdecl boost::throw_exception(class exception const &)" (?throw_exception@boost@@YAXAEBVexception@@@Z) referenced in function main
Bah, stupid human tricks. The problem is that I didn't pass /GX to the compiler command line. So much for blindly following the documentation.. :-) (icl is so subtlely different from cl). -- Nick