Ich habe ein paar Probleme qwt5.2 bei mir auf dem rechner zu kompilieren.
ich benutze dazu den compiler von visual studio 2005.
folgender Fehler wird mir bei einigen klassen (nicht allen) ausgeworfen:
Code: Alles auswählen
c:\programme\trolltech\qwt-5.2.0\src\qwt_valuelist.h(48) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
with
[
T=double
]
c:\programme\trolltech\qwt-5.2.0\src\qwt_valuelist.h(48) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(506) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(506) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qvector.h(686) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qvector.h(686) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
with
[
T=double
]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
with
[
T=double
]
mfg
chris