News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Codeblocks and Opencv - can't execute any opencv program

Started by websnake, May 08, 2011, 09:57:46 AM

Previous topic - Next topic

websnake

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.


MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

websnake