I have problem when debugging my program stated like that
fatal error LNK1104: cannot open file 'cv210d.lib'
I tried every thing stated in tutorials and all the solutions described in this website and other websites
I used opencv 2.1.0 and visual studio 2008
I tried using cv210.lib in debug and release
I tried using cv210d.lib in debug and cv210.lib in release
I tried changing environmental variables
and other solutions but the same problem occures
I searched for cv210.lib in the opencv folder but it doesn't exist
I need it for my project so can you help me in solving this problem?