Skip to content

Instantly share code, notes, and snippets.

@heejune
Created December 7, 2015 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heejune/72c2d564dde209f8008c to your computer and use it in GitHub Desktop.
Save heejune/72c2d564dde209f8008c to your computer and use it in GitHub Desktop.
LNK2019 error message while linking QT with static lib
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