home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Fortran.51 / DISK2 / FL.ER$ / FL.bin
Text File  |  1991-03-15  |  1KB  |  31 lines

  1.                 /* error messages */
  2.  
  3. 2001    "too many symbols predefined with /D"
  4. 2002    "memory-model conflict"
  5. 2003    "missing source filename"
  6. 2008    "limit of %s exceeded at '%s'"
  7. 2011    "only one floating-point option allowed"
  8. 2012    "too many linker arguments"
  9. 2016    "%s and %s are incompatible"
  10. 2018    "cannot create linker response file"
  11. 2019    "cannot overwrite source or object file '%s'"
  12. 2021    "invalid numeric argument '%s'"
  13. 2022    "cannot open '%s'"
  14. 2027    "cannot execute '%s'"
  15. 2031    "too many command-line arguments"
  16. 2000    "UNKNOWN COMMAND-LINE ERROR\n\t\tContact Microsoft Product Support Services"
  17.  
  18.                 /* warning messages */
  19.  
  20. 4001    "listing overrides assembly output"
  21. 4002    "ignoring unknown option '%s'"
  22. 4003    "processor-option conflict"
  23. 4005    "cannot find '%s';\nPlease enter new filename (full path) or CTRL+C to quit: "
  24. 4008    "nonstandard model; assuming large model"
  25. 4009    "threshold only for far or huge data; ignored"
  26. 4013    "combined listing overrides object listing"
  27. 4014    "invalid value '%d' for '%s'; assuming '%d'"
  28. 4018    ".DEF files supported for segmented executable files only"
  29. 4019    "string too long; truncated to %d characters"
  30. 4000    "UNKNOWN COMMAND-LINE WARNING\n\t\tContact Microsoft Product Support Services"
  31.