home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 237_01 / jlaser.doc < prev    next >
Encoding:
Text File  |  1987-07-28  |  768 b   |  16 lines

  1.     To use laser printer with JLASER card, you need to recompile the files 
  2. calcaddr.asm, plottype.asm and ftable.c with the following commands:
  3.  
  4.         masm /ML /DHERC /DJLASER calcaddr;
  5.         masm /ML /DHERC /DJLASER plottype;
  6.  
  7.         msc /AS /DHERC /DJLASER /AS /J /Ox ftable.c;
  8.             or 
  9.         tcc -a -c -K -f- -DHERC -DJLASER ftable.c
  10.  
  11. If you have a CGA instead of a HGA, replace the option /DHERC by /DCOLOR in 
  12. the above commands. After successful compilation, the three new object files 
  13. should replace the files in the GRADLIB.LIB to complete installation. The 
  14. JLASER frame is defined as frame 1. The size of the frame is 2560 by 3162 
  15. pixels.
  16.