[Qt] qt laz arm tpanel prob

Den Jean Den.Jean at telenet.be
Fri Apr 4 00:35:10 CEST 2008


On Thursday 03 April 2008 10:24:53 pm Terry Kemp wrote:
> /home/tkemp/bin//libqt4intf.so: undefined reference to
> `QPixmap::handle() const'
> project1.lpr(19) Error: Error while linking

kwrite src/gui/image/qpixmap.h:
....
#if defined(Q_WS_X11) || defined(Q_WS_QWS)
    Qt::HANDLE handle() const;
#endif
....
--> so qpixmap::handle should have been present

but objdump -T -C libQtGui.so.4 | grep -i pixmap  | grep -i handle
reveals it isn't

it should be like qwsBytesPerLine:
objdump -T -C libQtGui.so.4 | grep -i pixmap  | grep -i qwsBytesPerLine
001d1f50 g    DF .text  00000029  Base        QPixmap::qwsBytesPerLine() const

I do not know why it is not present, but I added it to the list
of functions to skip:

http://users.pandora.be/Jan.Van.hijfte/qtforfpc/qtopia_demos-V1.65_Qt4.3.4.tar.gz
http://users.pandora.be/Jan.Van.hijfte/qtforfpc/qtopia_qt4pas-V1.65_Qt4.3.4.tar.gz

regards,

Den Jean




More information about the Qt mailing list