home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tutorial / c__tutor / tctutr_2 / ctutor.fix < prev    next >
Encoding:
Text File  |  1988-07-31  |  919 b   |  14 lines

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