home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / library / clipper / screen / readme.1st < prev    next >
Text File  |  1992-04-15  |  2KB  |  57 lines

  1.                  FXCOLOR - VGA COLOR MANAGEMENT SYSTEM
  2.  
  3.  
  4. System Requirements
  5. -------------------
  6. FXCOLOR requires a VGA system and Clipper 5.01.  It is designed for TEXT
  7. screen modes, not graphics screen modes.
  8.  
  9.  
  10. Compiling & Linking The Demo Program
  11. ------------------------------------
  12. To compile the demo program FXDEMO.PRG, just run the MAKEDEMO.BAT file
  13. from your DOS command line.  If you use a compiler other than the
  14. default RTLINK included with Clipper 5.01, you may want to edit the
  15. batch file or compile and link it yourself.
  16.  
  17.  
  18. About The Demo Program
  19. ----------------------
  20. The demo program is written in a tutorial fashion to demonstrate usage
  21. of the commands.  It is not necessary to hard-print the FXDEMO.PRG file
  22. (and is probably a waste of paper to do so).  All pertinent code used to
  23. implement commands is shown on the screen as part of the demo.
  24.  
  25.  
  26. So, What Do I Hard-Print?
  27. -------------------------
  28. You may want to print the documentation file, FXCOLOR.DOC, and the text
  29. file VGA.DOC.  These files may be printed from the DOS command line
  30. with:
  31.           TYPE filename.doc > PRN
  32.  
  33. Sorry, there is no Norton Guides (NG) file (what do you want for free?).
  34. Perhaps some enthusiastic person who has a NG compiler and plenty of
  35. spare time might want to create one for everyone's use!
  36.  
  37.  
  38. Linking FXCOLOR To Your Applications
  39. ------------------------------------
  40. This part is real easy.  Just add the file FXCOLOR.OBJ to the list of
  41. object files you are linking, as in:
  42.  
  43.           RTLINK FILE myprog, fxcolor
  44.  
  45.  
  46. Product Support
  47. ---------------
  48. What?  I don't generally support products I'm giving away FREE.  But if
  49. you do have a problem, or question, or maybe even some praiseworthy
  50. comments, just send me a message via CompuServe mail or leave a message
  51. in NANFORUM to 73340,3425 and maybe you'll get an answer.
  52.  
  53.  
  54. Enjoy!
  55.  
  56. Jim Fowler
  57.