Boost logo

Boost Users :

From: Nicholas Bastin (nick.bastin_at_[hidden])
Date: 2007-05-16 01:43:13


On 5/15/07, Nicholas Bastin <nick.bastin_at_[hidden]> wrote:
> 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_at_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

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