The first thing you should do is read the documentation for the linker tools errors that you have received. You can start by reading Linker Tools Error LNK2001 and determining if any of the possible causes listed in the documentation fit your situation.
error LNK2001
Jan Jurinok
0
Reputation points
I'am trying to connect library to my project. It consists of .dll/.lib/.h files, also there were some other dll files but with different names such as SDL2. Firstly Ive made an example like here https://learn.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=msvc-170, and it works, than i do the same thing but with my own files and it gives me errors(attached below). Maybe you know solutions to my problem or have any pieces of advice.
Developer technologies | C++
3,977 questions