"The application has failed to start because cxcore210.dll was not found". Why would this happen?

Posted by tomas on Stack Overflow See other posts from Stack Overflow or by tomas
Published on 2010-06-13T18:34:08Z Indexed on 2010/06/13 18:52 UTC
Read the original article Hit count: 503

Filed under:
|
|

I'm having trouble running basic opencv scripts on my new machine. I've installed opencv2.1. I am linking these files:

C:\OpenCV2.1\lib\cv210.lib
C:\OpenCV2.1\lib\cvaux210.lib
C:\OpenCV2.1\lib\cxcore210.lib
C:\OpenCV2.1\lib\highgui210.lib

from the linker. I run the program, it compiles. However, it gives me the error stated above. Why is that? I tried linking to the dll it describes, and it doesn't like that either.

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows