Quote Originally Posted by ocean View Post
Which qt snapshot are you using? I tried to compile 3 snapshots but all of them was buggy and didn't able to compile.
If you use mingw ... replace the mingw/ path and take the mingw from trolltech mirror.
ftp://ftp.trolltech.com/qt/source/qt....4.1-mingw.exe
Take only the compiler... i suppose it have a patch.... i am not sure.

Only append utlis and minimal sys from self.

From my 10 mounth old mingw install i found compiler error. after i replace the new mingw + window service pack 3 all running easy....

snapshots i install :

Qt Code:
  1. -no-exceptions
  2. -qt-zlib
  3. -qt-libtiff
  4. -qt-sql-mysql
  5. -qt-sql-odbc
  6. -qt-sql-sqlite
  7. -qt-gif
  8. -qt-libpng
  9. -qt-libjpeg
  10. -no-openssl
  11. -no-phonon
  12. -no-webkit
  13. -no-scripttools
To copy to clipboard, switch view to plain text mode 

my mysql is on mingw lib path... and mysql running without plug-in

One from 6 day a go , other from 20080913 i build static.

Can you help me to write last piece (table) from odt reader?
svn http://fop-miniscribus.googlecode.co.../TextOdfDebug/

OOReader.h
OOReader.cpp

I not find difference from a table writteln by openOffice and from QT4.5

My reader can draw table from openOffice odt but not from QT4.5..

If you dont have qt4.5 to test:
i build static /qt4.5_st/demos/textedit/ it save *odt Open Document format
it can only save odt file http://ppk.ciz.ch/MiniScribus/odt/

and i like to test xslt speed.. from 4.5
http://englich.wordpress.com/2008/09/10/xsl-t-and-qt/