Top "Lnk2019" questions

LNK2019 is a common MSVC linker error indicating that the linker was unable to find a required external symbol in any compilation unit.

LNK2019 error, unresolved external symbol

The error verbatim reads 1>yes.obj : error LNK2019: unresolved external symbol "int __cdecl availableMoves(int * const,int (* const)[4],int)" (?…

c++ function unresolved-external lnk2019
error LNK2019: unresolved external symbol referenced in function _main visual c++

Does anyone have any ideas on how to fix this? I've looked online and changed settings on my visual C++, …

c++ visual-c++ lnk2019