home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d487 / pprint / source / readme < prev    next >
Text File  |  1991-05-10  |  770b  |  14 lines

  1. The source won't compile "as is", because some really important parts are
  2. missing. The first part is the deva.lib linker library ( including the
  3. header file "private/deva.h" ), which contains some functions for device-
  4. support as Open_Device, Printer_WRITE, etc.
  5. Next, the help.lib is missing ( also including the appropriate header file )
  6. which contains functions as FetchMsg, ClearIDCMP, itoa and ltoa.
  7. ( Sorry for that, but these libraries are PRIVATE, and I don't plan to release
  8. them.)
  9. Furthermore, you need the req.library by Colin Fox and Bruce Dawson, which
  10. you can get from the AmigaLibDisk 400.
  11. Hope you can use the source anyway ( if you want it formatted in the original
  12. way, set your tab-size to 3 ).
  13.                                                    Marc
  14.