Results 1 to 7 of 7

Thread: error while running qt project

  1. #1
    Join Date
    Nov 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default error while running qt project

    hello everyone
    I m trying to run a qt project that is linked with opencv. When it is made to run, it shows the exception like
    "An exception was triggered.
    exception at 0x7c964ed1, code:0xc0000135: DLL not found, flags=0x0. During startup program exited with code 0xc0000135"

    In order to know which dll is missing, i ran this project on cmd also and found that libgmp-3.dll was missing and pasted that at the correct place. But nothing worked out.

    Can anybody plz tell me the possible reason for this exception.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: error while running qt project

    All of the DLLs needed by your program must either be in the program directory or in your system PATH. You are probably missing more than just one DLL if you are using OpenCV.

    How do you know that you "pasted that at the correct place"? Are you sure you know what place that is?

  3. #3
    Join Date
    Nov 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: error while running qt project

    yes i pasted those files in the directory containing cc1plus.exe and i got that suggestion by some post only.

  4. #4
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: error while running qt project

    Use Dependency Walker to find out what you're missing.

  5. #5
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: error while running qt project

    i pasted those files in the directory containing cc1plus.exe
    Is this cc1plus.exe your program executable ? To me it sounds more like a part of MinGW.
    You have to paste the dlls into the folder where you keep your project .exe file.

  6. #6
    Join Date
    Nov 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: error while running qt project

    even after copying all the dll files to the folder where my project executable is placed, m not able to run it without error. Same error is occurring again and again. Plz help me

  7. #7
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: error while running qt project

    Run the Dependency Walker mentioned above, it will tell you what you're missing.

Similar Threads

  1. Running example project with mingw gives "... exited with code -1073741792" error
    By sibercekirge in forum Installation and Deployment
    Replies: 8
    Last Post: 31st May 2011, 17:33
  2. error while running
    By sattu in forum Newbie
    Replies: 7
    Last Post: 11th January 2011, 12:42
  3. Qt Embedded - error running app on CE
    By fritz.hu in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 26th September 2008, 05:43
  4. Error running 'make'
    By borker in forum Installation and Deployment
    Replies: 1
    Last Post: 1st May 2008, 14:54
  5. running error
    By Mysterious in forum Newbie
    Replies: 1
    Last Post: 3rd November 2007, 12:53

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.