LNK1104 cannot open file 'opencv_world440.obj'
I try open an example to see how work the algoritm Canny edge detection, but an error appears. Any solution please??
LNK1104 cannot open file 'opencv_world440d.obj'
it probably should be
opencv_world440d.lib
instead.@berak but can I fixed it? I follow the page to install it
you have to change it in the linker settings.