Contents | < Browse | Browse >

M2Err
_________________________________________________________________________


The compiler writes out error information for each module compilation into the directory "T:" in binary format and named as <module>".err".

The small program "M2Err" will interpret and list the errors in the .err file. If the source file is accessible to M2Err, it will list the appropriate source line along with each error message.

M2Err template: -f,-w/S,-p/S

-f should be followed by the name of the error file.
-p causes M2Err to pause between the output of each error.
-w causes it to open a window and write the error results into it.

If no "-f" parameter is given, it will process the most recently written .err file in T:.

Note: If you use the integrated development environment, M2IDE, you will only rarely need to run M2Err yourself.