Results 1 to 6 of 6

Thread: Error during startup after converting application from VC++ -> Qt Creator

  1. #1
    Join Date
    Feb 2008
    Posts
    79
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Error during startup after converting application from VC++ -> Qt Creator

    I had an application, written in Visual C++. I want to continue development using Qt Creator. My application now compiles successfully with Qt Creator, but when application launches (under debugger), it immediately exits with message "During startup program exited with code 0x0000c135".

    I made following steps:
    - Export .pri from VC++
    - Rename .pri to .pro and open it in Qt Creator
    - After fixing some settings regarding external libraries application now compiles and links successfully
    - But I get error when starting application as mentioned above

    Any hint what to do, please?

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error during startup after converting application from VC++ -> Qt Creator

    That sounds like a windows program error code. It could be that the debugger itself doesn't start properly.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  3. #3
    Join Date
    Feb 2008
    Posts
    79
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error during startup after converting application from VC++ -> Qt Creator

    Even if I start program without debugger, it immediately exits with no error message, Qt Creator application output shows "... exited with code -1073741515". I think this is the same error code?

  4. #4
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error during startup after converting application from VC++ -> Qt Creator

    No it's a different one. It probably means some Qt dll couldn't be found (creator sets the correct path for you). Put a breakpoint somewhere (in main()) to find out whether your program starts at all.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  5. #5
    Join Date
    Jan 2011
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Error during startup after converting application from VC++ -> Qt Creator


  6. #6
    Join Date
    Feb 2008
    Posts
    79
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Error during startup after converting application from VC++ -> Qt Creator

    You do not give us enough data, like operating system, are u using Qt Creator and so on... But it looks like something is wrong with your Qt binaries path.

Similar Threads

  1. Error in Qt creator?
    By Macok in forum Qt Tools
    Replies: 9
    Last Post: 6th November 2013, 10:19
  2. Conversion from qt creator To application
    By NewLegend in forum Qt Programming
    Replies: 3
    Last Post: 20th September 2010, 22:37
  3. Problem in Application llaunch in startup MACOSx
    By moh.gup@gmail.com in forum Qt Programming
    Replies: 0
    Last Post: 16th March 2010, 06:33
  4. QT Creator crashed on startup
    By eloos in forum Qt Tools
    Replies: 13
    Last Post: 20th November 2009, 08:50
  5. Showing a dialog at application startup
    By PaladinOfKaos in forum Qt Programming
    Replies: 3
    Last Post: 1st April 2008, 20:05

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.