Boost logo

Boost :

From: Mat Marcus (mat-lists_at_[hidden])
Date: 2005-08-22 17:31:21


When I see this kind of error from the linker it is
usually because the threading settings from the
library don't match those of the application.

--- Rodger Bernstein <rbernstein_at_[hidden]>
wrote:

> I'm using VC 7.1 with MFC and boost 1.33
> serialization. I'm getting these
> link errors. Any one have this problem? I had more
> link errors with 1.32 I
> just didn't use Unicode to get around the link
> errors. But I'd really really
> like to have Unicode XML files.
>
> Linking...
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(xml_wgrammar.obj)
> : error
> LNK2005: _iswdigit already defined in
> libcmtd.lib(_wctype.obj)
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(xml_wgrammar.obj)
> : error
> LNK2005: _iswxdigit already defined in
> libcmtd.lib(_wctype.obj)
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(basic_text_wiprimitive.obj)
> :
> error LNK2005: _iswspace already defined in
> libcmtd.lib(_wctype.obj)
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(xml_wgrammar.obj)
> : warning
> LNK4006: _iswdigit already defined in
> libcmtd.lib(_wctype.obj); second
> definition ignored
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(xml_wgrammar.obj)
> : warning
> LNK4006: _iswxdigit already defined in
> libcmtd.lib(_wctype.obj); second
> definition ignored
>
libboost_wserialization-vc71-mt-sgd-1_33.lib(basic_text_wiprimitive.obj)
> :
> warning LNK4006: _iswspace already defined in
> libcmtd.lib(_wctype.obj);
> second definition ignored
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk