The point is that I cannot provide a path for .dll file.
At run-time your program will use the DLL, but at build-time you must link to the LIB associated with the DLL.
The LIB will be is in your compiler/SDK directory (and the paths to directories which contain your LIB files is a linker option).
1
solved Linker cannot find library [closed]