Top "Unresolved-external" questions

For questions about code that compiles but does not link due to unresolved external symbols.

How to fix unresolved externals of SDL 2.0.3 on Visual Studio 2015 Preview?

so i'm getting the following errors: 1>SDL2main.lib(SDL_windows_main.obj) : error LNK2019: unresolved external symbol __imp__…

c++ sdl-2 unresolved-external visual-studio-2015
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
CUDA external class linkage and unresolved extern function in ptxas file

I'm working with CUDA and I have created an int2_ class to deal with complex integer numbers. Class declarations in …

c++ class cuda unresolved-external
Unresolved External Symbol - Only in Release mode

I'm using Visual C++ 6, and my application builds and runs fine in debug mode, but I get these two Unresolved …

c++ visual-c++ mfc visual-c++-6 unresolved-external
Linking error with `libopencv_highgui.so` under Ubuntu 14.04, strange result with `libtiff.so.5`

Problem I'm compiling the deep learning library Caffe in Ubuntu 14.04(64 bit). OpenCV(Version: 2.4.8+dfsg1-2ubuntu1) is installed from ubuntu …

c++ opencv elf dynamic-linking unresolved-external