LNK2019 error message while linking QT with static lib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2>xxxwidget.obj : error LNK2019: unresolved external symbol "void __cdecl yyy::zzzstring(...)" (?zzzstring@xxx@@YAXPAU_GUID@@AAV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@@Z) referenced in function __catch$?nnn@mmm@@...... : | |
fatal error LNK1120: 1 unresolved externals |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment