Abdelrazak Younes wrote: > > The problems seems to be that we try to initialize the QPainter object > > multiple times (at least in QLPainter). This is not allowed: > > http://doc.trolltech.com/4.1/qpainter.html#QPainter-2 > > Yep and that's why I erased all use of qp_ private member in > "QLPainter.C" (start() and end() do nothing).
Hmm, I would have suspected that exactly this change is what causes the error. Did you encounter some problems with the use of qp_? Jürgen