Code::Blocks Forums

User forums => Help => Topic started by: websnake on May 08, 2011, 09:57:46 am

Title: Codeblocks and Opencv - can't execute any opencv program
Post by: websnake on May 08, 2011, 09:57:46 am
I configured C::B to work with Opencv.

when i compile my program everything goes fine but in console windows it shows this massage..

Code
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.

Title: Re: Codeblocks and Opencv - can't execute any opencv program
Post by: MortenMacFly on May 08, 2011, 10:41:09 am
Code
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.
Title: Re: Codeblocks and Opencv - can't execute any opencv program
Post by: websnake on May 08, 2011, 03:08:53 pm
Yep that worked thanks alot.