PDA

View Full Version : Please help me. Very strange problem with OpenCv



diego
1st July 2009, 04:54
Hi all.
I am beginning working with Opencv+Qt.

I made a simple project but i could not run it. If you have any experience with the same problem, please help me.

I made step by step:

Installed Qt
Installed Opencv ------------ Need i set ClassPath with Opencv or cofig ??? (I only installed)

I made project with QtCreator
.pro



TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += "C:\OpenCV\cxcore\include" \
"C:\OpenCV\cv\include" \
"C:\OpenCV\cvaux\include"
win32 {
LIBS += -L"C:\OpenCV\lib"
}
LIBS += -lcv -lhighgui
SOURCES += main.cpp QOpenCVWidget.cpp MyCameraWindow.cpp
HEADERS += QOpenCVWidget.cpp MyCameraWindow.h


I run my project.
It appears to me a message


LDR: LdrpWalkImportDescriptor() failed to probe C:\\OpenCV\\bin\\highgui110.dll for its manifest, ntstatus 0xc0150002

Starting C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe...
C:/Documents and Settings/Mr. Diego/My Documents/QtOpenCV/debug/QtOpenCV.exe exited with code -1072365566


What happes to me ?
Please help me.

Thanks in advance.
Diego

diego
1st July 2009, 10:19
Thanks for all.
I have just solved this problem.

Diego