Ask Your Question

elone's profile - activity

2014-10-22 16:33:55 -0600 commented answer Problem with OpenCV3.0 and Qt creator

Thanks for your answer, but the error remains. I have the paths correctly in environment variables, also I try to paste libopencv_highgui300.dll into the samples directory, but the error is the same.

I am very confused, because in my other laptop(with windows 8) I dont get this error (this laptop is not valid for my work)

2014-10-22 11:32:44 -0600 received badge  Editor (source)
2014-10-22 11:31:41 -0600 asked a question Problem with OpenCV3.0 and Qt creator

Hello, I need to use OpenCV with Qt creator, and need some help with OpenCV.

My problem occurs when I run any example or .exe made with OpenCV, after I install OpenCV with CMake(and checking WITH_QT in the process).

For example with the examples included in the installation, when I try to open one I get the following error:

image description

That says: Procedure entry point not found in the dynamic links library

My S.O. is Windows 8.1, 64 bits

I have tried to reinstall Qt and install differents versions, but the error is the same ever.

Thanks!