Problem while executing Tinyxml

Hi all,

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??

Thanks
Preeti
Can anyone please help me to solve this problem??

Post the first dozen or so errors (not the whole lot!), so we can get an idea of what's going on. Plus the last few lines of the build o/p.

If you can't link, you can't execute the program. You do means that it shows many errors while linking, yes??
Last edited on
Hi andy,

Does tinyXml works with VC++6.0??
Should do. The version I have came with a VC6 workspace (.dsw) plus projects (.dsp)
Topic archived. No new replies allowed.