vs2008, opencv2.1,compile error in cxcore.hpp
- by Long Gu
Hi, gurus:
I installed opencv2.1, made a new project (proj_A) using vs2008, used it for my computer vision tasks, it works fine.
I copied an old project (proj_B, also made using vs2008) from other PC, compile it with ".h" and ".lib" files copied from opencv1.0 (which I did not install onto my PC), it compiles fine.
I re-directed ".h" and ".lib"…