[ODE] LNK2005 error - how to correct?
Krystian Ligenza
kxxl at poczta.onet.pl
Mon Jan 29 03:51:50 MST 2007
Hi,
i tried to add std::set and std::map in my application and errors printed at
build - one of them:
"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> >(void)"
(??1?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at XZ)
already defined in ode.lib(convex.obj)"
I don't have much experience in standard library, so can you help me with
this? Everything was building good up to time I have added set and map to my
application.
Thanks
Krystian
More information about the ODE
mailing list