After a long hiatus I have started a new project and want to use Tiny XML again.
My issue is that I can't for the life of me load any documents. The loading always fails with because it can't find the document.
I am running with latest source, built directly into my project, on Win XP with VC2009. I have ensured that the XML file itself is valid (I took it directly off the tutorial page).
This happens in both release and debug mode.
Any ideas?
Thanks.
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all.
After a long hiatus I have started a new project and want to use Tiny XML again.
My issue is that I can't for the life of me load any documents. The loading always fails with because it can't find the document.
I am running with latest source, built directly into my project, on Win XP with VC2009. I have ensured that the XML file itself is valid (I took it directly off the tutorial page).
This happens in both release and debug mode.
Any ideas?
Thanks.
Steve
Duh.
After posting I realized that I had copied the code directly but named my XML file something else.
Sorry for the alarm.
Steve