I configured C::B to work with Opencv.
when i compile my program everything goes fine but in console windows it shows this massage..
the program can't start because opencv_core220.dll is missing form
your computer. Try reinstalling the program to fix this problem.
i am using opencv2.2 and C::B 10.5(SVN 7075)
OS - windows 7 ultimate.
Quote from: websnake on May 08, 2011, 09:57:46 AM
the program can't start because opencv_core220.dll is missing form
your computer. Try reinstalling the program to fix this problem.
Either you copy this DLL to where your application gets compiled into (or the runtime path as you setup in the project options) or you copy this DLL to a system-wide known path, such as Windows\system32.
Note that this is not a C::B issue.
Yep that worked thanks alot.