python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I am getting LNK2005, LNK2001 and LNK1120 while using virtual function in my Program
I am a beginner so this problem might seem trivial to you.
So I have the following files:
base.h
derived.h
base.cpp
derived.cpp
TestCpp.cpp
base.h
#include <iostream>
namespace App
{
clas...
Anirudh Kanaparthy
Votes: 0
Answers: 2
Build fails sample Qt5 Unresolved symbol QtConcurrent QunhandledExecption
trying this sample code qt-concurrent, I am getting LNK2001 unresolved symbol QFutureInterfaceBase on link for x64 arch using MSVC 2019
LNK2001 symbole externe non résolu "__declspec(dllimport...
N i c o l a s
Votes: 0
Answers: 0
How to link Bcrypt.lib to VC++ DLL project
Trying to compile a VC++ DLL I get some error messages related to Visual Studio cannot resolve external symbols, errors LNK2001, LNK1120.
In my case the symbol it cannot be resolved is: __imp__BCryptG...
Willy
Votes: 0
Answers: 0
why does linker error keep happening even though I set the AdditionalDependencies already?
I was following the OpenGL tutorial from Freecodecamp.org (https://www.youtube.com/watch?v=45MIykWJ-C4) and I got this error while following the "Window" part of the tutorial.
#include <i...
PrimeNumbrs
Votes: 0
Answers: 0