"The application has failed to start because cxcore210.dll was not found". Whats up with that?
- by tomas
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…