ErrMsg 1.2
ErrMsg 1.2 is my first VC++ 2010 program. It's a small utility to look up Windows system error codes. It handles both the old decimal codes, like 2 "The system cannot find the file specified." and the HRESULT codes with the 8 digits(preface the number with 0x like 0x80070005 "Access is denied.")
It has only been tested on English versions of Windows Vista and W7. But it should also work on Win2k and XP.
I reworked it to use an EditBox so that the error text may be copied and pasted using the clipboard.
Also it's been recompiled as stand-alone to remove the msvcr100.dll dependency.
It is free for you to use at your own risk. If you care to donate just use the About Button.
Download link:
scroll down to Windows Error Code Lookup Tool for the download link.
ErrMsg 1.2 is my first VC++ 2010 program. It's a small utility to look up Windows system error codes. It handles both the old decimal codes, like 2 "The system cannot find the file specified." and the HRESULT codes with the 8 digits(preface the number with 0x like 0x80070005 "Access is denied.")
It has only been tested on English versions of Windows Vista and W7. But it should also work on Win2k and XP.
I reworked it to use an EditBox so that the error text may be copied and pasted using the clipboard.
Also it's been recompiled as stand-alone to remove the msvcr100.dll dependency.
It is free for you to use at your own risk. If you care to donate just use the About Button.
Download link:
scroll down to Windows Error Code Lookup Tool for the download link.
Comment