LNK2019: unresolved external symbol issue happens when calling a function from third party static library
Solved
General and Desktop
-
Here is the error log
Is it for pure C or C++ symbols?
I didn't get this.
The only thing I can imagine is that some environment paths are not correctly so the linker pulls in something different.
Is this means the build environment settings in the QT project? I will check it.
In the project we have included <windows.h>. Path to the windows SDK in the QT build environment might be the problem?
Solution for this issue has been found in the below forum. Thanks all for the support.