当前位置: 代码迷 >> VC >> vs2005 添加 tinyxml编译出现一堆连接异常
  详细解决方案

vs2005 添加 tinyxml编译出现一堆连接异常

热度:6537   发布时间:2013-02-25 00:00:00.0
vs2005 添加 tinyxml编译出现一堆连接错误
首先 ,我将所有的tinyxml h cpp文件加入工程,然后添加了 vs2010编译的 lib库 ! 编译运行出现如下提示:
不经常逛坛子 ,分不多 见谅 各位~




>tinyxml.obj : error LNK2005: "struct _iobuf * __cdecl TiXmlFOpen(char const *,char const *)" (?TiXmlFOpen@@YAPAU_iobuf@@PBD0@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: virtual __thiscall TiXmlNode::~TiXmlNode(void)" (??1TiXmlNode@@UAE@XZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "protected: void __thiscall TiXmlNode::CopyTo(class TiXmlNode *)const " (?CopyTo@TiXmlNode@@IBEXPAV1@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: void __thiscall TiXmlNode::Clear(void)" (?Clear@TiXmlNode@@QAEXXZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode * __thiscall TiXmlNode::ReplaceChild(class TiXmlNode *,class TiXmlNode const &)" (?ReplaceChild@TiXmlNode@@QAEPAV1@PAV1@ABV1@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: bool __thiscall TiXmlNode::RemoveChild(class TiXmlNode *)" (?RemoveChild@TiXmlNode@@QAE_NPAV1@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode const * __thiscall TiXmlNode::FirstChild(char const *)const " (?FirstChild@TiXmlNode@@QBEPBV1@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode const * __thiscall TiXmlNode::LastChild(char const *)const " (?LastChild@TiXmlNode@@QBEPBV1@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode const * __thiscall TiXmlNode::IterateChildren(class TiXmlNode const *)const " (?IterateChildren@TiXmlNode@@QBEPBV1@PBV1@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode const * __thiscall TiXmlNode::NextSibling(char const *)const " (?NextSibling@TiXmlNode@@QBEPBV1@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlNode const * __thiscall TiXmlNode::PreviousSibling(char const *)const " (?PreviousSibling@TiXmlNode@@QBEPBV1@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlElement const * __thiscall TiXmlNode::FirstChildElement(void)const " (?FirstChildElement@TiXmlNode@@QBEPBVTiXmlElement@@XZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlElement const * __thiscall TiXmlNode::FirstChildElement(char const *)const " (?FirstChildElement@TiXmlNode@@QBEPBVTiXmlElement@@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlElement const * __thiscall TiXmlNode::NextSiblingElement(void)const " (?NextSiblingElement@TiXmlNode@@QBEPBVTiXmlElement@@XZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlElement const * __thiscall TiXmlNode::NextSiblingElement(char const *)const " (?NextSiblingElement@TiXmlNode@@QBEPBVTiXmlElement@@PBD@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: class TiXmlDocument const * __thiscall TiXmlNode::GetDocument(void)const " (?GetDocument@TiXmlNode@@QBEPBVTiXmlDocument@@XZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: virtual bool __thiscall TiXmlElement::Accept(class TiXmlVisitor *)const " (?Accept@TiXmlElement@@UBE_NPAVTiXmlVisitor@@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: char const * __thiscall TiXmlElement::GetText(void)const " (?GetText@TiXmlElement@@QBEPBDXZ) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: bool __thiscall TiXmlDocument::LoadFile(struct _iobuf *,enum TiXmlEncoding)" (?LoadFile@TiXmlDocument@@QAE_NPAU_iobuf@@W4TiXmlEncoding@@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: bool __thiscall TiXmlDocument::SaveFile(struct _iobuf *)const " (?SaveFile@TiXmlDocument@@QBE_NPAU_iobuf@@@Z) 已经在 JSClean.obj 中定义
1>tinyxml.obj : error LNK2005: "public: virtual void __thiscall TiXmlDocument::Print(struct _iobuf *,int)const " (?Print@TiXmlDocument@@UBEXPAU_iobuf@@H@Z) 已经在 JSClean.obj 中定义
  相关解决方案