I am trying to build some programs, but every single time I want to do it, it returns me linking errors. I am using external libs.
I have already added path to /include
directory in vc++ directories/include directories and path to /lib
in linker/general and added *.lib
in linker/input.
I have also tried
pragma comment(lib, "path\\*.lib")
Unfortunately I still receive linking errors 1120 and 2019.
I am unable to work with external libs such as libcurl
and opencv
.
pragma comment
helps only with ws2_32.lib