I have to write a program in VC++6.0 to read a XML file then parse it and display its contents.
For this I am using TinyXML. I had included tinyxml.h, tinystr.h,tinyxml.cpp and tinystr.cpp files in the project along with my main file but it is showing many linking errors while executing.
Can anyone please help me to solve this problem??