home *** CD-ROM | disk | FTP | other *** search
- I am a user of the Mix C compiler with an IBM PC. This little text is
- being written to help future users avoid one of the minor pitfalls I've en-
- countered in the file CTUTOR-2.ARC.
- First, a number of the C source files will not compile as is. I am
- presently working in chapter 7 of the file CTUTOR-1.ARC and have so far found
- 13 files with a common problem. The compiler returns "Fatal error # 89" and
- "DOS error #9A in file" when compiling these rascals. The fix is to put the
- file into your editor and just hit your carriage return after the last curly
- bracket, "}",in the file. Recompile and the file should run.
- Also, the file SCOPE.C will not run with the Mix CTRACE debugger. A
- message "CTRACE ERROR zt" is thrown at you. It will compile and run ok but
- will not run with the debugger. A call to the Mix C offices was no help. Noth-
- ing else I've tried works either.