Qextmdi
Falk Brettschneider
gigafalk at yahoo.com
Tue Apr 25 17:56:43 BST 2000
Hi Jose,
Jose Barros Soares wrote:
> I'm trying to explore the Qextmdi features of KDevelop!!!
>
> So i created a new project after installing all the libs and i got this:
>
> no matching function for call to 'Exp1::addWindow(Exp1View
> *&, bool, bool, bool, QRect *)'
The problem is that QextMDI has upgraded to a new version (with a little
bit another class interface) and I bet you use an older version of
kdevelop (which concerns to an older version of QextMDI). Older versions
of kdevelop generate frameworks for projects of older versions of
QextMDI.
Either you upgrade to kdevelop-1.1 or higher and re-generate your
project with kdevelop´s project wizard or you change the method
interface of addWindow by yourself. Look at the online documentation
http://www.geocities.com/gigafalk/qextmdi.htm or in your local QextMDI
documentation coming with the package.what the new interface of
QextMdiMainFrm::addWindow(..) is.
>
> Exp1 is the project's name!
>
> I even installed qt 2.0.2 as suggested in the QExtMDI Homepage!
QextMDI works with Qt-2.1 as well.
Hope that helps,
Falk
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
More information about the KDevelop
mailing list