home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / Scanner / README < prev    next >
Text File  |  1989-06-04  |  917b  |  23 lines

  1. Scanner is in the public domain. Do whatever you like with it.
  2. I assume no responsiblity for its use.
  3.  
  4. This is a little program I wrote when I wanted to find out
  5. how requesters worked. I started Deluxe Paint II, activated
  6. the interesting requester, and let scanner make a copy of it all.
  7.  
  8. Scanner makes commented C code of all intuition structures in memory.
  9. The structures will receive correct pointers towards each other.
  10. Scanner starts looking at IntuitionBase, and follows all pointers,
  11. storing them in memory. When finished, scanner writes it all to stdout.
  12. Since a structure may be referenced from more than one spot, I made
  13. sure it would never look at it more than once.
  14.  
  15. It is quite useful if you want to are a beginner, and want to make
  16. things work right away.
  17.  
  18. I never finished scanner, because it had all I needed at the time.
  19. It should be quite easy to complete the job.
  20.  
  21. /Stefan Parmark
  22. d84sp@efd.lth.se
  23.