Results 1 to 9 of 9

Thread: program exits straight away - exited with code -107374151

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2009
    Location
    New Zealand
    Posts
    54
    Thanks
    23
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: program exits straight away - exited with code -107374151

    yes there were five missing dll's, I copied them into the debug folder, and the error messages dissappeared, but then I got the following error message (please see attached)


    Also, thanks for letting me know about using the command line, it looks like a pretty handy feature
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: program exits straight away - exited with code -107374151

    hmm try doing a clean build of everything since you installed a new Qt sdk. If that doesn't help download the program 'depends' and run it on your executable.

  3. #3
    Join Date
    Dec 2009
    Location
    New Zealand
    Posts
    54
    Thanks
    23
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: program exits straight away - exited with code -107374151

    I downloaded the program "depends" but the information if provided me with was a little over my head. I think I may revert to a previous version and a previous copy of my program, taking it one step at a time. Thanks for the help.

  4. #4
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: program exits straight away - exited with code -107374151

    don't give up yet

    have you read the following:
    http://doc.qt.nokia.com/4.6/deployme...n-dependencies

    I suppose you have all or most of these in the folder where your executable is.

  5. #5
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: program exits straight away - exited with code -107374151

    The suggestion to do a full clean and rebuild would be a good start.

    You should not need to move any Qt-supplied DLL files in order to run your application in Qt Creator. Libraries from external packages may be copied in or placed on the PATH (globally or in the Run Configuration). Check also the the Run Configuration is default or, if it isn't, that the changes you made are good.

Similar Threads

  1. exited with code -1073741511
    By john_god in forum Installation and Deployment
    Replies: 23
    Last Post: 13th June 2011, 15:18
  2. execute sth before program exits (user closes window)
    By donglebob in forum Qt Programming
    Replies: 6
    Last Post: 9th December 2008, 23:24
  3. A Dialog that cannot be exited
    By VireX in forum Newbie
    Replies: 4
    Last Post: 26th March 2007, 10:45
  4. program exits
    By ldsjohn in forum Qt Programming
    Replies: 2
    Last Post: 20th September 2006, 19:03
  5. QStringList straight to file
    By freak in forum Newbie
    Replies: 2
    Last Post: 13th June 2006, 22:38

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
  •  
Qt is a trademark of The Qt Company.