User forums > Help

Codeblocks and Opencv - can't execute any opencv program

(1/1)

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


--- Code: ---the program can't start because opencv_core220.dll is missing form
your computer. Try reinstalling the program to fix this problem.
--- End code ---

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 ---
--- Code: ---the program can't start because opencv_core220.dll is missing form
your computer. Try reinstalling the program to fix this problem.
--- End code ---

--- End quote ---
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.

websnake:
Yep that worked thanks alot.

Navigation

[0] Message Index

Go to full version