Windows Error Lookup Tool 3 - Beta

Started by Gunner, April 30, 2012, 03:39:51 AM

Previous topic - Next topic

Gunner

For those that use WELT, this is from the many emails I received about defines.  It will now show any errors I throw at it on Win7 since I changed the error number logic.  The only errors/defines it will not show are for NetShow, I have to find the dll(s) that contain them.

Changed the GUI around a bit.  Just type in an error number, hit enter (Or a paste will auto search) and if an error is found one of the Error types will become enabled, click them to see the various info about the error and the define.

Got rid of the note, don't really see a need for it, might add it back by request.

ToDo:
Add ability to search for define
Add ability to view all defines
Add Assembly Hex numbers to the number logic.
Add one of Daves cool tooltips to the edit control for bad numbers
and a few more things.

On a plus side, got a new tool out of it.  Had to write a tool to parse the C Header files, extract the defines, format to CSV and save.  It is a shame the DB manager I use takes forever to import the CSV though, I don't have the time or knowledge to write one.

Windows Error Lookup Tool 3 Beta 414Kb (Damn sqlite dll is too big for a small app)
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

dedndave

nice Rob   :U

QuoteAdd one of Daves cool tooltips to the edit control for bad numbers

Sofiane found a better solution, though   :P
http://www.masm32.com/board/index.php?topic=18644.msg158756#msg158756
that was for a combobox

for an edit control - just use ES_NUMBER
for hex - well - back to the drawing board   :(
probably easier to hook the keyboard and deny non-hex chars (probably subclass/WM_CHAR would work)
and - filter the paste similarly to what i did in that combobox thread

Gunner

Yeah, I subclass the edit and filter there, flash the edit on a bad entry, same for wm_paste.
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

Gunner

Here is an update:
Added the ability to search for define OR error number.
Added defines for WinInet

Has over 6,300 defines.  Not including the sqlite dll the link in the first post contains it.

NOW this is a one of a kind tool!  :dance:

Report any bugs please.
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com