home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CMAGIC.ZIP / README.1ST < prev    next >
Text File  |  1992-09-06  |  1KB  |  27 lines

  1.  
  2.                               Welcome to C Magic
  3.  
  4.          You  might  want  to  start  by  looking at our demo program,
  5.          DEMO.EXE.  You can run it from the DOS prompt,  then  examine
  6.          it's  source  code  (DEMO.C).   The  demo  shows a few of the
  7.          things you can  do  with  C  Magic.   DEMO.EXE  requires  VGA
  8.          graphics,  but if you  have  Hercules,  CGA  or  EGA,  simply
  9.          recompile DEMO.C and it will work with your system!
  10.  
  11.          If you are new to C programming, you'll want to read the file
  12.          TUTOR.DOC.  If you are an experienced C programmer, reference
  13.          material is in the file MAGIC.TXT.
  14.  
  15.          You must use LARGE memory model with C MAGIC.
  16.  
  17.          MAGIC.LIB and GRAPHICS.LIB (supplied by Borland) must  be  in
  18.          the  appropriate  directories  on  your hard disk and in your
  19.          project list.  GRAPHICS.LIB must be in your project  even  if
  20.          you are using only text mode, since the MAGIC library depends
  21.          on   it.    See  TUTOR.DOC  if  you  are  not  familiar  with
  22.          "projects." (It's easy to do!)
  23.  
  24.  
  25.  
  26.  
  27.