home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / pcx / pcxbin / pcxshow.doc < prev    next >
Encoding:
Text File  |  1988-09-30  |  739 b   |  18 lines

  1. This is a conversion of the PCXSHOW program by myself and Dan Davis. It will
  2. display a PCX file in many formats.  I have changed the original to accept a
  3. pointer to a procedure.  This procedure is a picture converted with BINOBJ
  4. and linked in at compile time.  At this time you must also pass the size of
  5. the file to the procedure.  I am trying to figure out how to find the size
  6. of the linked procedure from within the program.  This would enable you to
  7. link with any picture file and not worry what the size is.
  8.  
  9. I would appreciate you sending me any changes you make to the code as I
  10. am always eager to learn new approches to problems.
  11.  
  12. Chris Lamb       [Compuserve PPN - 74146,2552]
  13. 1516 Gardenia
  14. Allen, TX  75002
  15.  
  16.  
  17.  
  18.