Qt-interest Archive, May 2008
bool Q3GroupBox::event(QEvent *) not found in Qt3Support.dll
Message 1 in thread
[Please do not mail me a copy of your followup]
Hi,
We just switched our code from QSA 1.2.2/Qt 4.2.3 to QSA 1.2.3/Qt
4.4.0 and while everything compiles and links OK, I get an undefined
DLL import for Q3GroupBox::event(QEvent *). Sure enough, if I look at
the Qt3Support4.dll file with depends.exe, it says that 'bool
Q3GroupBox::event(class QEvent *)' is undefined but listed in the
imports list for the library.
I looked in the source and this method is defined in q3groupbox.cpp
and declared in q3groupbox.h, so I'm a bit puzzled.
I'm using the prebuilt binaries that shipped with Qt 4.4.0 and the
build proces for QSA 1.2.3 succeeded during installation with no
errors.
Will this problem 'go away' if I rebuild Qt 4.4.0 myself?
Thanks.
--
[ signature omitted ]
Message 2 in thread
[Please do not mail me a copy of your followup]
OK, it turns out that I was getting a mixture of 4.2.3 files and 4.4.0
files in my build. Once I sorted that out so that I only used 4.4.0
files, then everything worked properly.
--
[ signature omitted ]