Tool for error numbers
Hi guys,
Does somebody know a tool which translates error numbers like "System error -2147287038"
Thanks in advance
Teitan
Does somebody know a tool which translates error numbers like "System error -2147287038"
Thanks in advance
Teitan
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Not so much a tool as a way to convert them into more meaningful info:
- open up the windows calculator and put it in scientific mode
- paste in the (negative) error code
- convert the number to hex base
- the last 4 digits of the result give you the 'standard' error code
so for example your -2147287038 becomes exit code 2 after this operation
rgds,
PJ
- open up the windows calculator and put it in scientific mode
- paste in the (negative) error code
- convert the number to hex base
- the last 4 digits of the result give you the 'standard' error code
so for example your -2147287038 becomes exit code 2 after this operation
rgds,
PJ
Please log in to comment
Comments