Results 1 to 3 of 3

Thread: Why my aplication QT + widget development in C++ compile right , but not start?

  1. #1
    Join Date
    May 2013
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Why my aplication QT + widget development in C++ compile right , but not start?

    Hello friends

    I have a problem with my application, this started right yesterday but now compile but not start, I using QTCreator 4.7.4 with visual C++ compiler too I use a library of a mathematic solver (named ilocplex)

    This not is the first time of this error but I can solve this problem of execution in the past but I can't solve now

    message of error
    C:\QTCplex_DOC\QTCplex-build-desktop\debug\QTCplex.exe exited with code -1073741515

    other problems is that the modifications in the forms of the application (add new components, set value in text box etc) not compile , the solution that I use is compile without shadow directories , I compile two times but I wish known a best solution a this problem of update in the visual components

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,348
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: Why my aplication QT + widget development in C++ compile right , but not start?

    Are you building in debug mode? If not, why not? Did you do a clean rebuild before running the program?

    Run your program in the debugger. When it crashes, look at the traceback in the call stack until you get to the call in your code that resulted in the crash.
    At that point, if you haven't figured it out, then you might have enough information to post a meaningful question here.

  3. #3
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 284 Times in 279 Posts

    Default Re: Why my aplication QT + widget development in C++ compile right , but not start?

    Google is great. -1073741515 is c0000135 which means STATUS_DLL_NOT_FOUND i.e. Yours application use some dll that is not available. Use Dependency walker to find which one is missing.

Similar Threads

  1. QPropertyAnimation show the Widget before start the animation
    By rperezalejo in forum Qt Programming
    Replies: 0
    Last Post: 13th October 2011, 03:26
  2. Replies: 2
    Last Post: 28th April 2011, 20:21
  3. Simple CAD aplication - how to
    By tommnaj in forum Newbie
    Replies: 3
    Last Post: 5th April 2011, 23:47
  4. How to successfully start development for N900
    By kornicameister in forum Newbie
    Replies: 11
    Last Post: 9th January 2011, 16:14
  5. Aplication just works where it was compile
    By metRo_ in forum Qt Programming
    Replies: 7
    Last Post: 13th April 2010, 00:02

Tags for this Thread

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.