home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / bbs / windkw.arc / READ.ME < prev    next >
Text File  |  1980-01-01  |  794b  |  22 lines

  1. lwindow is a package that I pulled down off a board out east.  It really
  2. does work - at least with Aztec.  
  3.  
  4. The file window.doc is the original documentation.
  5.  
  6. The file window.mem is just the declaration of all the functions in
  7. window.c.  It is as close to a reference guide as I have.
  8.  
  9. The file vlib.azt is the aztec version of the assembly language interface
  10. to the ROM BIOS.  vlib.asm is set up for lattice C.
  11.  
  12. The only changes I made to window.c is to make some variables 
  13. register variables.  Lattice will just ignore those declarations.
  14.  
  15. I wrote wtest.c - a simple demo.  The wndemo.c program came in the ARC file,
  16. and seems to behave in wierd and confusing ways.  I think the fault lies in
  17. wndemo.c, not in the windowing routines themselves.
  18.  
  19. ENJOY:
  20.  
  21. Kent Williams
  22.