Hi Rossine, Are these MSVC QT libs *static ones*, or *implibs* generated by Harbour?
Brgds, Viktor On Tue, Jun 9, 2009 at 5:51 PM, Rossine<[email protected]> wrote: > > Hello, > > When I try to DEMOQT.PRG generated many errors. See: > > [ERRORS] > hbmk: Processing configuration: C:\hrb_msvc\bin\hbmk.cfg > hbmk: Processing: hbqt.hbc > demoqt.c > hbmk_7xenng.c > Generating Code... > hbqt.lib(hbqt_qwebview.obj) : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: __thiscall QWebView::QWebView(class QWidget > *)" (__imp_??0QWebView@@q...@pavqwidget@@@Z) referenced in function > _HB_FUN_QT_QWEBVIEW > hbqt.lib(hbqt_qwebview.obj) : error LNK2001: unresolved external symbol > "public: virtual struct QMetaObject const * __thiscall > QWebView::metaObject(void)const " > (?metaobj...@qwebview@@UBEPBUQMetaObject@@XZ) > hbqt.lib(hbqt_qwebview.obj) : error LNK2001: unresolved external symbol > "public: virtual void * __thiscall QWebView::qt_metacast(char const *)" > (?qt_metac...@qwebview@@uaepax...@z) > hbqt.lib(hbqt_qwebview.obj) : error LNK2001: unresolved external symbol > "public: virtual int __thiscall QWebView::qt_metacall(enum > QMetaObject::Call,int,void * *)" > (?qt_metac...@qwebview@@uaehw4c...@qmetaobject@@hpa...@z) > hbqt.lib(hbqt_qwebview.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QWebView::event(class QEvent *)" > (?ev...@qwebview@@UAE_NPAVQEvent@@@Z) > hbqt.lib(hbqt_qmainwindow.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qtoolbar.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qmenu.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qstatusbar.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qwidget.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qtabwidget.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qtablewidget.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qpushbutton.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qaction.obj) : error LNK2019: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) referenced in > function _HB_FUN_QT_QACTION_ACTIVATE > hbqt.lib(hbqt_qstringlistmodel.obj) : error LNK2001: unresolved external > symbol "public: virtual bool __thiscall QObject::eventFilter(class QObject > *,class QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qlistview.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > hbqt.lib(hbqt_qdirmodel.obj) : error LNK2001: unresolved external symbol > "public: virtual bool __thiscall QObject::eventFilter(class QObject *,class > QEvent *)" (?eventfil...@qobject@@uae_np...@pavqevent@@@Z) > ...<more much more>... > [ENDERROS] > > How to fix this ? > > I generated the following libs with MSVC: > > qtcore4.lib > qtnetwork4.lib > qtgui4 .lib > qtwebkit4.lib > > I use harbour rev.11287 > > Best Regards, > > Rossine. > > -- > View this message in context: > http://www.nabble.com/Work-with-HBQT-tp23901290p23945751.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
