You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I got this error while building octomap-distribution.sln after building octomap and octovis GQLViewer. QGLViewer2.(dll,lib) are in GQLViewer folder :
What I have found is that I shoud add additional library when building vcxproj octovis files. I added additional library directory and additional dependencies in Linker properties(both only name and full path). Nothing worked. Im using windows11, cmake, tried MSVC 143,141, tried QT 5 and 6, nothing worked. Any idea ?
The text was updated successfully, but these errors were encountered:
Hi, I got this error while building octomap-distribution.sln after building octomap and octovis GQLViewer. QGLViewer2.(dll,lib) are in GQLViewer folder :
Build started... 1>------ Build started: Project: octovis-shared, Configuration: Release x64 ------ 1>SelectionBox.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl QObject::event(class QEvent *)" (?event@QObject@@UEAA_NPEAVQEvent@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl QObject::eventFilter(class QObject *,class QEvent *)" (?eventFilter@QObject@@UEAA_NPEAV1@PEAVQEvent@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl QObject::timerEvent(class QTimerEvent *)" (?timerEvent@QObject@@MEAAXPEAVQTimerEvent@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl QObject::childEvent(class QChildEvent *)" (?childEvent@QObject@@MEAAXPEAVQChildEvent@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl QObject::customEvent(class QEvent *)" (?customEvent@QObject@@MEAAXPEAVQEvent@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl QObject::connectNotify(class QMetaMethod const &)" (?connectNotify@QObject@@MEAAXAEBVQMetaMethod@@@Z) 1>SelectionBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl QObject::disconnectNotify(class QMetaMethod const &)" (?disconnectNotify@QObject@@MEAAXAEBVQMetaMethod@@@Z) 1>C:\Users\pukdo\Desktop\DP\octomap\bin\octovis.dll : fatal error LNK1120: 7 unresolved externals 1>Done building project "octovis-shared.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
What I have found is that I shoud add additional library when building vcxproj octovis files. I added additional library directory and additional dependencies in Linker properties(both only name and full path). Nothing worked. Im using windows11, cmake, tried MSVC 143,141, tried QT 5 and 6, nothing worked. Any idea ?
The text was updated successfully, but these errors were encountered: