Peter Kümmel wrote: >I've tried to reproduce the linker error without success. >(two dlls, one links against the other, template A, a class >which inherits from A, ...) >Maybe there is only one constellation which reproduce it. > >But even if I could reproduce it, it only shows that it is a compiler >bug, because I don't see any reason why there must be a linker error. > >But I haven't found a bugreport at >http://connect.microsoft.com/VisualStudio/feedback/ > > >So the best we can do is to find a work-around. And this is maybe >the explicit export of the template instantiation.
It looks like this is being caused by the KDE-side of things. Why should
kauthorized.obj define the QList<QVariant>::isEmpty() and *export* it?
That's an inline method defined in qlist.h.
More interestingly, kauthorized.cpp does not use QList<QVariant>,
QVariantList or QVariant anywhere...
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
thiago.macieira (AT) trolltech.com Trolltech ASA
GPG: 0x6EF45358 | Sandakerveien 116,
E067 918B B660 DBD1 105C | NO-0402
966C 33F5 F005 6EF4 5358 | Oslo, Norway
pgp7pSn0mG514.pgp
Description: PGP signature
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
