Boost logo

Boost Users :

From: maxx_at_[hidden]
Date: 2004-04-14 06:22:30


Hi!

whenever I use libbgl-viz.lib to read graphviz files, I get a linker errors like
this:

msvcprt.lib(MSVCP71.dll) : error LNK2005: "public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct std::char_traits<char>,class std::allocator<char>
>(class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(??0?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@QAE_at_ABV01@@Z)
already defined in Graphviz.obj

It was Ok to add "/NODEFAULTLIB:msvcrt" to the compiler options, but now I need
that library! So if I don't add this option, I get errors like the one above, if
I do add it, I get errors "unresolved symbols"...

What is probably(or definitely) wrong?

Thanks in advance,

--
Maxim

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