1 2 3 4 5 6
| PlayTyleDlg.obj : error LNK2001: unresolved external symbol "public: struct XMLNode __thiscall XMLNode::getChildNode(char const *,int *)const " (?getChildNode@XMLNode@@QBE?AU1@PBDPAH@Z)
PlayTyleDlg.obj : error LNK2001: unresolved external symbol "public: static struct XMLNode __cdecl XMLNode::openFileHelper(char const *,char const *)" (?openFileHelper@XMLNode@@SA?AU1@PBD0@Z)
PlayTyleDlg.obj : error LNK2001: unresolved external symbol "public: char const * __thiscall XMLNode::getAttribute(char const *,int *)const " (?getAttribute@XMLNode@@QBEPBDPBDPAH@Z)
PlayTyleDlg.obj : error LNK2001: unresolved external symbol "public: int __thiscall XMLNode::nChildNode(char const *)const " (?nChildNode@XMLNode@@QBEHPBD@Z)
PlayTyleDlg.obj : error LNK2001: unresolved external symbol "public: struct XMLNode __thiscall XMLNode::getChildNode(char const *,int)const " (?getChildNode@XMLNode@@QBE?AU1@PBDH@Z)
C:\Data\Work\PlayTyle\PlayTyle_final\PlayTyle\Release\PlayTyle.exe : fatal error LNK1120: 5 unresolved externals |
Partager