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 :)