I first post a thread here: http://www.qtcentre.org/forum/f-qt-p...sax2-7517.html
I just compiled Qt 4.3.3 open source edition with Visual C++ 2005 Express. I tried a small "hello world" example and it works fine.
But when I tried to compile my previous project using qt4.2.2 commercial with MSVS2005, I run into a problem exactly in the above thread.
[HTML]Parser error at line 1, column 1: unexpected end of file.[/HTML]
I have used QXmlSimpleReader::reset() before the second parsing, seems it doesn't work.
Then I tried QFile::seek(0), it turns out fine.
pretty strange, it is a bug in qt4.3.3 ?![]()
Bookmarks