Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been sitting two days now trying to setup visual studio 2010 with cvblobs , I have installed opencv and it works perfectly but when I try adding cvblobs to the project it for some reason fails. I downloaded cvblobs and Generated it using Cmake but when I build it , I have these linked errors

error LNK1104: cannot open file '..\lib\Debug\cvblob.lib' C:\cvblob\msvc\test\LINK test_random error LNK1104: cannot open file '..\lib\Debug\cvblob.lib' C:\cvblob\msvc\test\LINK test error LNK1104: cannot open file '..\lib\Debug\cvblob.lib' C:\cvblob\msvc\test\LINK test_tracking

I am using Windows 7 64 bit...

Hope someone can help :)

share|improve this question
What do you mean by "adding cvblobslib to the project"? You should NOT add it to the OpenCV project. There is no need for Cmake for cvblobslib - it comes with a solution file. Also, your error says you are linking with cvblob.lib . It should be cvblobslib.lib – go4sri Jul 18 '12 at 5:10
so sorry but I try install cvblobs not cvblobslib , so any solution for that ?? – nada Jul 18 '12 at 14:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.