error LNK2019
-
i am a newbie and using visual studio 2003 for my tinyXML parser test application. While building the project I am getting the following errors. Searched a lot on net but not got the solution to the error. The input library is included. Have you found the solution. Will you help me to get rid of this? Parse_Test error LNK2019: unresolved external symbol "void * __cdecl xmldoc_Create(char const *)" (?xmldoc_Create@@YAPAXPBD@Z) referenced in function "public: void __thiscall CParse_TestDlg::OnBnClickedButton2(void)" (?OnBnClickedButton2@CParse_TestDlg@@QAEXXZ) Parse_Test fatal error LNK1120: 1 unresolved externals
-
i am a newbie and using visual studio 2003 for my tinyXML parser test application. While building the project I am getting the following errors. Searched a lot on net but not got the solution to the error. The input library is included. Have you found the solution. Will you help me to get rid of this? Parse_Test error LNK2019: unresolved external symbol "void * __cdecl xmldoc_Create(char const *)" (?xmldoc_Create@@YAPAXPBD@Z) referenced in function "public: void __thiscall CParse_TestDlg::OnBnClickedButton2(void)" (?OnBnClickedButton2@CParse_TestDlg@@QAEXXZ) Parse_Test fatal error LNK1120: 1 unresolved externals
Did you add reference to the required .lib files?