Results 1 to 14 of 14

Thread: Is there a guide for exit code messages?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Is there a guide for exit code messages?

    Quote Originally Posted by tonnot View Post
    Sincerely I think this is the kind of things I needed done in QTCreator, without the needed of search it at internet.
    Blame Microsoft, Creator has nothing to do with this.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 268 Times in 268 Posts
    Wiki edits
    20

    Default Re: Is there a guide for exit code messages?

    Just a note that the 135 error is not an access violation but a "dll not found error"

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: Is there a guide for exit code messages?

    Correct, sorry about that, I looked it up on the wrong list

    The full list can be found in the 'ntstatus.h' file of the Win32 SDK

    If you don't have that SDK, Wine HQ has a GPL version here: http://www.winehq.org/pipermail/wine...er/003297.html

    Eg:
    #define STATUS_DLL_NOT_FOUND 0xC0000135

    Note that these status codes are only given if a process fails to intialise. It's upto the application to provide the code once the application is running.

  4. The following user says thank you to squidge for this useful post:

    tonnot (9th December 2010)

  5. #4
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Is there a guide for exit code messages?

    Thanks squidge.
    And Wysota, when I said that this is the kind of things I need QtCreator does, I claimed for a list like this.
    Blame Microsoft, Creator has nothing to do with this.
    But I'm using QT for building windows applications....
    It is as I have a car, the fuel tank has no filter, but normally fuel has impurities.
    After a kilometers of driving the motor is broken, Who is responsible for the failure?...
    As I said in other posts, I think that there some easy things that every user wait from this superb application.

  6. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Is there a guide for exit code messages?

    Quote Originally Posted by tonnot View Post
    But I'm using QT for building windows applications....
    But it's Windows which returns the code.

    It is as I have a car, the fuel tank has no filter, but normally fuel has impurities.
    After a kilometers of driving the motor is broken, Who is responsible for the failure?...
    The example is inadequate. It's more like blaming the car producer for traffic on roads. Sure you are waiting in the traffic in the car made by this producer but sitting in another car in the same place would yield the same result - you'd still be in the traffic jam, the only responsibility of the car producer (any car producer) is that you are driving his car instead of using mass transit.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #6
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Is there a guide for exit code messages?

    mmm.
    I keep on thinking that if my car has a fuel-filter (that costs only 1 €), I'm going to have better opinion of the manufacturer.

  8. #7
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: Is there a guide for exit code messages?

    Well, QtCreator is open-source, if the "manufacturer" is unwilling to do it, you can always do it yourself.

    Kinda like you could always buy the fuel filter and fit it yourself, even if the manufacturer didn't supply it by default.

Similar Threads

  1. What means the "error n. 3" exit code?
    By glafauci in forum Qt Programming
    Replies: 0
    Last Post: 27th November 2010, 16:44
  2. Replies: 2
    Last Post: 21st November 2010, 19:03
  3. Guide to building apps?
    By whaleyboy in forum Newbie
    Replies: 8
    Last Post: 8th May 2010, 16:05
  4. Installation Guide
    By messifanboy in forum Installation and Deployment
    Replies: 1
    Last Post: 10th October 2009, 08:06
  5. Online guide
    By pshah.mumbai in forum Newbie
    Replies: 4
    Last Post: 1st October 2007, 19:11

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.