home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / viewer / 00inhere.txt next >
Encoding:
Text File  |  1998-12-17  |  620 b   |  23 lines

  1. This directory contains the BMP Viewer application. This is a sample
  2. application that uses the Windows API to display a BMP file. To execute
  3. use:
  4.  
  5. viewer something.bmp
  6.  
  7.  
  8. This application can be modified easily to use any of the other decoder
  9. classes. Simply replace BmpDecoder with one of the other classes and
  10. include the appropriate header file.
  11.  
  12. This application requires the file LIBIMAGE.LIB. You can build this file in
  13. either the BC or MSVC directories, depending upon which compiler you
  14. are using.
  15.  
  16. The batch files
  17.  
  18. MSVC.BAT
  19. BORLAND.BAT
  20.  
  21. Compile and link using the VC or Borland compilers.
  22.  
  23.