Ask Your Question

baba1's profile - activity

2013-01-31 00:25:06 -0600 commented answer Unable to link to 'opencv_calib3d230d.obj

I did that already but the error is still there

2013-01-31 00:12:18 -0600 received badge  Editor (source)
2013-01-31 00:08:24 -0600 asked a question Unable to link to 'opencv_calib3d230d.obj

I am trying to use OpenCv in Visual Studio 2012. I followed every single step this question has provided and every other that can be found on the internet. I even tried to work with different versions of opencv but the error didn't go away.

The error is:

error LNK1104: cannot open file 'opencv_calib3d230d.obj'

All the required libraries are included in linker configurations of visual Studio. Envoirnmental variable "Path" has also been updated but still the error is there.

What can I do to solve this problem? I have search for calib3d230d.obj every where but it is not inside the extracted folder.

I downloaded OpenCv superpack.exe from HERE

Regards