Subject: CGAL users discussion list
List archive
- From: liuxintao <>
- To: <>
- Subject: RE: [cgal-discuss] Problems with CGAL3+QT3
- Date: Sat, 22 Mar 2008 10:59:29 +0800
- Importance: Normal
Hi, I am also using CGAL3.3.1 + QT 3.3.8 + Visual Studio 2005, and I got the same error! and I have libs as belows: qt-mt3.lib qtmain.lib wsock32.lib winmm.lib imm32.lib Any ideas? Many thanks in advance! P.S. The errors are as belows: 1 error LNK2005: "int __cdecl qstrcmp(char const *,char const *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 2 error LNK2005: "public: bool __thiscall QObject::signalsBlocked(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 3 error LNK2005: "public: int __thiscall QMetaObject::signalOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 4 error LNK2005: "public: __thiscall QUObject::QUObject(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 5 error LNK2005: "public: __thiscall QUObject::~QUObject(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 6 error LNK2005: "public: int __thiscall QMetaObject::slotOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 7 error LNK2005: "public: bool & __thiscall QUType_bool::get(struct QUObject *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 8 error LNK2005: "public: void * & __thiscall QUType_ptr::get(struct QUObject *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 9 error LNK2005: "public: __thiscall QString::~QString(vo id)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 10 error LNK2005: "public: virtual void __thiscall QWidget::setGeometry(class QRect const &)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 11 error LNK2005: "public: int __thiscall QRect::width(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 12 error LNK2005: "public: int __thiscall QRect::height(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 13 error LNK2005: "protected: virtual void __thiscall QWidget::setWState(unsigned int)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 14 error LNK2005: "protected: virtual void __thiscall QWidget::setWFlags(unsigned int)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 15 error LNK2005: "public: class QRect const & __thiscall QWidget::geometry(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 16 error LNK2005: "public: class QPen const & __thiscall QPainter::pen(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 17 error LNK2005: "public: class QBrush const & __thiscall QPainter::brush(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 18 error LNK2005: "public: __thiscall QColor::QColor(int,int,int)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 19 error LNK2005: "int __cdecl qstrcmp(char const *,char const *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 20 error LNK2005: "public: bool __thiscall QObject::signalsBlocked(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 21 error LNK2005: "public: int __thiscall QMetaObject::signalOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 22 error LNK2005: "public: __thiscall QUObject::QUObject(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 23 error LNK2005: "public: __thiscall QUObject::~QUObject(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 24 error LNK2005: "public: int __thiscall QMetaObject::slotOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 25 error LNK2005: "public: void * & __thiscall QUType_ptr::get(struct QUObject *)" () already defined in qt-mt3.lib(qt-mt3.dll)  ;CGALQt-vc80-mt-gd.lib 26 error LNK2005: "public: __thiscall QString::~QString(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 27 error LNK2005: "public: virtual void __thiscall QWidget::setGeometry(class QRect const &)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 28 error LNK2005: "public: int __thiscall QRect::width(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 29 error LNK2005: "public: int __thiscall QRect::height(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 30 error LNK2005: "protected: virtual void __thiscall QWidget::setWState(unsigned int)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 31 error LNK2005: "protected: virtual void __thiscall QWidget::setWFlags(unsigned int)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 32 error LNK2005: "public: virtual void __thiscall QDockWindow::undock(void)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 33 error LNK2005: "public: int __thiscall QMouseEvent::x(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 34 error LNK2005: "public: int __thiscall QMouseEvent::y(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 35 error LNK2005: "public: enum Qt::ButtonState __thiscall QMouseEvent::button(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 36 error LNK2005: "public: enum Qt::ButtonState __thiscall QMouseEvent::state(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 37 error LNK2005: "public: enum Qt::RasterOp __thiscall QPainter::rasterOp(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 38 error LNK2005: "public: class QColor const & __thiscall QPen::color(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 39 error LNK2005: "public: class QPen const & __thiscall QPainter::pen(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 40 error LNK2005: "public: class QBrush const & __thiscall QPainter::brush(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 41 error LNK2005: "public: int __thiscall QKeyEvent::key(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib & nbsp;42 error LNK2005: "public: enum QWidget::FocusPolicy __thiscall QWidget::focusPolicy(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 43 error LNK2005: "int __cdecl qstrcmp(char const *,char const *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 44 error LNK2005: "public: int __thiscall QMetaObject::slotOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 45 error LNK2005: "int __cdecl qstrcmp(char const *,char const *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 46 error LNK2005: "public: int __thiscall QMetaObject::signalOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 47 error LNK2005: "public: int __thiscall QMetaObject::slotOffset(void)const " () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 48 error LNK2005: "public: bool & __thiscall QUType_bool::get(struct QUObject *)" () already defined in qt-mt3.lib(qt-mt3.dll) CGALQt-vc80-mt-gd.lib 50 error LNK2001: unresolved external symbol "struct QUType_ptr static_QUType_ptr" () CGALQt-vc80-mt-gd.lib 51 error LNK2001: unr esolved external symbol "struct QUType_ptr static_QUType_ptr" () CGALQt-vc80-mt-gd.lib 52 error LNK2001: unresolved external symbol "struct QUType_bool static_QUType_bool" () CGALQt-vc80-mt-gd.lib 53 error LNK2001: unresolved external symbol "struct QUType_bool static_QUType_bool" () CGALQt-vc80-mt-gd.lib 54 error LNK2001: unresolved external symbol "struct QUType_bool static_QUType_bool" () CGALQt-vc80-mt-gd.lib 55 error LNK2001: unresolved external symbol "struct QUType_int static_QUType_int" () CGALQt-vc80-mt-gd.lib 56 error LNK2001: unresolved external symbol "struct QUType_int static_QUType_int" () CGALQt-vc80-mt-gd.lib 57 error LNK2001: unresolved external symbol "class QApplication * qApp" () CGALQt-vc80-mt-gd.lib 58 error LNK2001: unresolved external symbol "class QApplication * qApp" () CGALQt-vc80-mt-gd.lib 59 error LNK2001: unresolved external symbol "class QApplication * qApp" () CGALQt-vc80-mt-gd.lib 60 error LNK2001: unresolved external symbol "class QApplication * qApp" () CGALQt-vc80-mt-gd.lib 61 error LNK2001: unresolved external symbol "struct QUType_Null static_QUType_Null" () CGALQt-vc80-mt-gd.lib 62 error LNK2001: unresolved external symbol "struct QUType_Null static_QUType_Null" () CGALQt-vc80-mt-gd.lib 63 error LNK2001: unresolved external symbol "public: static class QColor & Qt::black" () CGALQt-vc80-mt-gd.lib 64 error LNK2001: unresolved external symbol "public: static class QColor & Qt::white" () CGALQt-vc80-mt-gd.lib 65 error LNK2001: unresolved external symbol "private: static struct QStringData * QString::shared_null" () CGALQt-vc80-mt-gd.lib 66 error LNK2001: unresolved external symbol "private: static struct QStringData * QString::shared_null" () CGALQt-vc80-mt-gd.lib 67 error LNK2001: unresolved external symbol "public: static class QColor & Qt::green" () CGALQt-vc80-mt-gd.lib 68 error LNK2001: unresolved external symbol "public: static class QCursor & Qt::crossCursor" () CGALQt-vc80-mt-gd.lib
Windows Live Writer,支持离线撰写博客内容,随时随地想写就写。 立即使用! |
- Re: [cgal-discuss] Problems with CGAL3+QT3, Mahmood Naderan, 03/19/2008
- Re: [cgal-discuss] Problems with CGAL3+QT3, Justin, 03/21/2008
- RE: [cgal-discuss] Problems with CGAL3+QT3, liuxintao, 03/22/2008
- <Possible follow-up(s)>
- Re: [cgal-discuss] Problems with CGAL3+QT3, Mahmood Naderan, 03/22/2008
- RE: [cgal-discuss] Problems with CGAL3+QT3, liuxintao, 03/25/2008
- Re: RE: [cgal-discuss] Problems with CGAL3+QT3, 罗康生, 03/26/2008
- Re: [cgal-discuss] Problems with CGAL3+QT3, Mahmood Naderan, 03/26/2008
- Re: [cgal-discuss] Problems with CGAL3+QT3, Justin, 03/21/2008
Archive powered by MHonArc 2.6.16.