home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / babys203.zip / FORPGMRS.DOC < prev    next >
Text File  |  1994-08-22  |  2KB  |  35 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2. ▌                                          ▐
  3. ▌  Budget Software Company                 ▐
  4. ▌  P.O. Box 621534                         ▐
  5. ▌  Littleton CO 80162                      ▐
  6. ▌  (303) 932-1705                          ▐
  7. ▌                                          ▐
  8. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  9.  
  10. The FORPGMRS.EXE file is a self-extracting .EXE which contains a set of
  11. .OBJ's which programmers can use to build background printing facilities
  12. into their own applications.  BabySpool was built using these same .OBJ's.
  13.  
  14. There are 3 levels of background printing support:
  15.  
  16. 1. You supply the hooks to whatever background interrupt mechansisms you
  17.    choose (for instance, the port's own interrupt signal), and pass me
  18.    a some bytes during each cycle.  I'll take care of the chores of
  19.    getting the data out to the port.
  20.  
  21. 2. Adding on to 1., above, I'll supply the interrupt mechanism support.  You
  22.    just pass me a block of data to print, as well as a callback address.  I'll
  23.    let you know when I've finished with that block.
  24.  
  25. 3. Adding on to 2., above, just pass me a <filespec> and a callback address.
  26.    I'll let you know when I've finished printing the file.
  27.  
  28. The file OBJLIB.DOC, contained in FORPGMRS.EXE, gives a full description
  29. of the various facilites provided and the API's involved.
  30.  
  31. Also, there are fully functional demo programs written that you can use as
  32. a blueprint for your own design.
  33.  
  34. There is a $250 fee to purchase the rights to use this library of .OBJ's.
  35.