python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
LNK2019 with a sample from MSDN
Tried to copy the code from the .cpp file in Common File Dialog Sample got some LNK2019. It seems like a problem with the linking of 3 functions.
Here are the errors:
Severity Code Description P...
Avisrul156689
Votes: 0
Answers: 1
mariadb-connector-cpp-1.0.1: Linking error for cjportedtests.exe
Environment
Windows 10
MinGW-W64 x86_64-ucrt-posix-seh, 11.2.0
cmake version 3.19.5
Error comes message as follows:
[ 74%] Linking CXX executable ..\cjportedtests.exe
c:/mingw64/bin/../lib/gcc/x86_6...
Alexander123456
Votes: 0
Answers: 1
Makefile linking a file to a file that depends on another file
I have a file test1.c which depends on test2.c, which in turn depends on libcurl(curl.h)
In my makefile, when I do
gcc test1.o test2.o,
while linking test1 to test2, it gives error - undefined referen...
user18624085
Votes: 0
Answers: 1
Unresolved external symbol errors for functions defined in tdh.h
I am getting the following linker errors when I compile my C Windows program:
(Link target) ->
libossec.lib(read_win_trace_log.obj) : error LNK2001: unresolved external symbol TdhFormatProperty [C:...

Shane Bishop
Votes: 0
Answers: 1