[comp.os.os2.programmer] MSC 6.0A problem.

jonka@microsoft.UUCP (Jonathan KAGLE) (01/16/91)

In article <102@cscdec.cs.com> jack@cscdec.cs.com (Jack Hudler) writes:
>Everything works ok but the compiler no longer gives me text with my
>error or warning messages, it just sayes;
>mem.c(214): warning C4101:
>instead of;
>mem.c(214): warning C4101: 'name' : unreferenced local variable

It seems that you have lost one or more of the error files: C1.ERR, C23.ERR,
and CL.ERR.  These files contain the text of error messages and must be in
your path.

       -Jonathan