Just a note that the 135 error is not an access violation but a "dll not found error"
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.
tonnot (9th December 2010)
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.
But I'm using QT for building windows applications....Blame Microsoft, Creator has nothing to do with this.
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.
But it's Windows which returns the code.
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.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?...
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.
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.
Bookmarks