7 May
2007
7 May
'07
8:31 a.m.
Martin Zeng wrote:
Hi guys,
I have a static library in which I have included the boost regex header. This static library compiles fine with no errors.
But then I want to use this static library in an MFC application I made.
I keep getting the following linking error:
error LNK2005: "public: static unsigned int __cdecl std::char_traits<unsigned short>::length(unsigned short const *)" (?length@?$char_traits@G@std@@SAIPBG@Z) already defined in msvcprtd.lib(MSVCP71D.dll)
What is the problem and how can I solve it?
Please see https://sourceforge.net/tracker/index.php?func=detail&aid=1470041&group_id=7586&atid=107586 HTH, John.