home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / program / mc.exe / README.TXT < prev    next >
Encoding:
Text File  |  1996-09-11  |  1.7 KB  |  42 lines

  1.  
  2.  
  3. Files in this MOAL C compiler package:
  4.  
  5.    mcc.exe       -- a MOAL C compiler
  6.                     (runs on the command line - a DOS prompt - on
  7.                      Windows 95 and Windows NT; see the compiler.pdf
  8.                      file for instructions on how to use this compiler;
  9.                      see the intro.pdf file for an introduction to MOAL C)
  10.    mc_lib.c      -- the MOAL C standard library
  11.    std_lib.h     -- the header file for the standard library
  12.    write_c.h     -- the header file used when writing C code that
  13.                     interfaces with MOAL C
  14.    sample.mc     -- a sample MOAL C program
  15.                     (copied from the MOAL C Reference Manual)
  16.    readme.txt    -- this file
  17.    license.txt   -- the end-user license agreement
  18.    intro.pdf     -- the first chapter of the MOAL C Reference Manual
  19.    compiler.pdf  -- the Compiler Reference Manual
  20.  
  21.    The PDF files (intro.pdf and compiler.pdf) require Adobe's Acrobat
  22.    program to view and print them. If you do not already have Acrobat,
  23.    you can download a copy from Adobe's website at http://www.adobe.com
  24.  
  25.    When using Adobe's Acrobat to display and print the PDF files, you may
  26.    get (depending on the fonts on your system) the message "Some text in
  27.    the font and character 'font-name number' could not be displayed or
  28.    printed correctly." If you see this message, note that the indicated
  29.    character in the text (such as an apostrophe or dash) will be missing
  30.    from both the display and print of that text (replaced by a blank).
  31.    This is a known Adobe bug/problem.
  32.  
  33.  
  34. MOAL Languages' website:
  35.  
  36.       http://www.moal.com
  37.  
  38.    Email:
  39.  
  40.       mc@moal.com or johmann@moal.com
  41.  
  42.