Results 1 to 10 of 10

Thread: Bug in Qt4.3.3 QXmlSimpleReader::reset() ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    91
    Thanks
    60
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy Bug in Qt4.3.3 QXmlSimpleReader::reset() ?

    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 ?
    Last edited by Shawn; 8th December 2007 at 13:54.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.