[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] pyqtsysroot and unresolved __thiscall QObject symbols
From:       Patrick Stinson <patrickkidd () gmail ! com>
Date:       2018-10-31 18:28:05
Message-ID: 3625FAB5-0431-4199-B34E-D609334FA460 () gmail ! com
[Download RAW message or body]

Has anyone run into QObject unresolved symbols like this related to your own source \
files when linking a pyqtproject built on windows using qt built with \
pyqtdeploy-sysroot? I am using VS 2017.

It looks like maybe a define or header mismatch for the calling convention?


1>CUtil.obj : error LNK2001: unresolved external symbol "public: virtual void \
__thiscall QObject::timerEvent(class QTimerEvent *)" \
(?timerEvent@QObject@@UAEXPAVQTimerEvent@@@Z) 1>CUtil_win32.obj : error LNK2001: \
unresolved external symbol "public: virtual void __thiscall QObject::timerEvent(class \
QTimerEvent *)" (?timerEvent@QObject@@UAEXPAVQTimerEvent@@@Z) \
1>sip_cutilAppFilter.obj : error LNK2001: unresolved external symbol "public: virtual \
void __thiscall QObject::timerEvent(class QTimerEvent *)" \
(?timerEvent@QObject@@UAEXPAVQTimerEvent@@@Z) 1>CUtil.obj : error LNK2001: unresolved \
external symbol "public: virtual void __thiscall QObject::childEvent(class \
QChildEvent *)" (?childEvent@QObject@@UAEXPAVQChildEvent@@@Z) 1>CUtil_win32.obj : \
error LNK2001: unresolved external symbol "public: virtual void __thiscall \
QObject::childEvent(class QChildEvent *)" \
(?childEvent@QObject@@UAEXPAVQChildEvent@@@Z) 1>sip_cutilAppFilter.obj : error \
LNK2001: unresolved external symbol "public: virtual void __thiscall \
QObject::childEvent(class QChildEvent *)" \
(?childEvent@QObject@@UAEXPAVQChildEvent@@@Z) 1>CUtil.obj : error LNK2001: unresolved \
external symbol "public: virtual void __thiscall QObject::customEvent(class QEvent \
*)" (?customEvent@QObject@@UAEXPAVQEvent@@@Z) 1>CUtil_win32.obj : error LNK2001: \
unresolved external symbol "public: virtual void __thiscall \
QObject::customEvent(class QEvent *)" (?customEvent@QObject@@UAEXPAVQEvent@@@Z) \
1>sip_cutilAppFilter.obj : error LNK2001: unresolved external symbol "public: virtual \
void __thiscall QObject::customEvent(class QEvent *)" \
(?customEvent@QObject@@UAEXPAVQEvent@@@Z) 1>CUtil.obj : error LNK2001: unresolved \
external symbol "public: virtual void __thiscall QObject::connectNotify(class \
QMetaMethod const &)" (?connectNotify@QObject@@UAEXABVQMetaMethod@@@Z) \
1>CUtil_win32.obj : error LNK2001: unresolved external symbol "public: virtual void \
__thiscall QObject::connectNotify(class QMetaMethod const &)" \
(?connectNotify@QObject@@UAEXABVQMetaMethod@@@Z) 1>sip_cutilAppFilter.obj : error \
LNK2001: unresolved external symbol "public: virtual void __thiscall \
QObject::connectNotify(class QMetaMethod const &)" \
(?connectNotify@QObject@@UAEXABVQMetaMethod@@@Z) 1>CUtil.obj : error LNK2001: \
unresolved external symbol "public: virtual void __thiscall \
QObject::disconnectNotify(class QMetaMethod const &)" \
(?disconnectNotify@QObject@@UAEXABVQMetaMethod@@@Z) 1>CUtil_win32.obj : error \
LNK2001: unresolved external symbol "public: virtual void __thiscall \
QObject::disconnectNotify(class QMetaMethod const &)" \
(?disconnectNotify@QObject@@UAEXABVQMetaMethod@@@Z) 1>sip_cutilAppFilter.obj : error \
LNK2001: unresolved external symbol "public: virtual void __thiscall \
QObject::disconnectNotify(class QMetaMethod const &)" \
(?disconnectNotify@QObject@@UAEXABVQMetaMethod@@@Z) 1>xmlparse.obj : error LNK2019: \
unresolved external symbol __Expat_LoadLibrary referenced in function _startParsing \
1>release\\Family Diagram.exe : fatal error LNK1120: 6 unresolved externals 1>Done \
building project "Family Diagram.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 \
failed, 0 up-to-date, 0 skipped ==========

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic