Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I assume that you build your program in debug mode. Otherwise you have to remove the "d"s at the end of each libray name.

These errors are most like because one of the following:

  1. You have forgotten to specify a library path or it is simply invalid.
  2. Your program is compiled for x86 but the linker tries to link against the x64 libraries of OpenCV or vice versa. Same name, different architecture = won't work.

I assume that you build your program in debug mode. Otherwise you have to remove the "d"s at the end of each libray name.

These errors are most like because likely due to one of the following:

  1. You have forgotten to specify a library path or it is simply invalid.
  2. Your program is compiled for x86 but the linker tries to link against the x64 libraries of OpenCV or vice versa. Same name, different architecture = won't work.