Results 1 to 2 of 2

Thread: Please help me. Very strange problem with OpenCv

  1. #1
    Join Date
    May 2009
    Posts
    28
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Please help me. Very strange problem with OpenCv

    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

  2. #2
    Join Date
    May 2009
    Posts
    28
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Please help me. Very strange problem with OpenCv

    Thanks for all.
    I have just solved this problem.

    Diego

Similar Threads

  1. Replies: 2
    Last Post: 2nd June 2009, 14:57
  2. Replies: 1
    Last Post: 23rd April 2009, 09:05
  3. strange problem passing a vector
    By mickey in forum General Programming
    Replies: 15
    Last Post: 22nd November 2007, 09:46
  4. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.