Hello,
I recently reinstalled my PC under windows (With the exact same version i had before, in fact i use a Ghost image).
I have done the QT compilation from scratch (Re-downloaded the sources, patched it with the ACS Patch for 4.2.3, compiled as -debug-and-release for msvc.net).
Now i'm trying to compile the very same project i was working on just before i reinstall, and i end up with 3 errors, which are located (According to the Intel compiler, i'm not using the Microsoft compiler):
- qobject.h(108): error: expected an identifier virtual bool eventFilter(QObject *, QEvent *);
- qdialog.h(99): error: expected an identifier bool eventFilter(QObject *, QEvent *);
- qscrollarea.h(66): error: expected an identifier bool eventFilter(QObject *, QEvent *);
It seems that QObject OR QEvent is unknown... or i dont know exactly what i means![]()
Additionnaly, i also have this error:
- qevent.h(151): error: expected a ")" Qt::KeyboardModifiers keyState, qint64 uniqueID);
but i had it already on my previous installation, and i was able to compile if i comment from line 148 to 151 file qevent.h (The whole "QTabletEvent" declaration had to be commented out).
So i tried to comment the 3 previous errors from the QT source too, it compiles, but bugs at runtime.
So, is there something special i can do, or what i maybe have been doing wrong?![]()
Thanks a lot,
Pierre.
Bookmarks