Ok this really needed an update, my original sources are from '03!
What is MELT? It is the Masm Error Lookup Tool addin for WinAsm.
What does it do? When you get an error in the output window of WinAsm, you can double click on the error number and it will show you a description for the error.
If you get this in the output window:
Code:
meltra.asm(2982) : error A2006: : NULLf
meltra.asm(2982) : error A2114: : 3
you can double click on A2006 or A2114 and it will show you the error description.
You can also write a note about the error number so you can remember what you did to get that error. The notes are saved in \WinAsm\addins\melt notes\user name so each user on the computer can have their own notes.
You can also browse all of the error numbers and description for all of the MASM tools:
Link
Lib
Dumpbin
EditBin
Cvtres
ML
NMAKE
RC
Changed the GUI around a bit and fixed quite a few bugs..
unzip all files to your WinAsm\addins directory and use the addin manager to install meltwa
Hope you all like it!
EDIT: added Melt to "addins" menu
it works !!! :U
have to make more error's :green2
nice addin
Glad you like it :U